-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from jim-easterbrook/devel
Update installation documentation
- Loading branch information
Showing
11 changed files
with
716 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Photini 2023.4.1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-10-25 15:44+0100\n" | ||
"POT-Creation-Date: 2023-10-26 11:01+0100\n" | ||
"PO-Revision-Date: 2023-04-19 08:54+0000\n" | ||
"Last-Translator: Joan <[email protected]>, 2023\n" | ||
"Language: ca\n" | ||
|
@@ -2486,7 +2486,7 @@ msgstr "" | |
|
||
msgid "" | ||
"The first main installer screen should have an option to customise the " | ||
"installation. I recommend choosing this and selection the following options." | ||
"installation. I recommend choosing this and selecting the following options." | ||
msgstr "" | ||
|
||
msgid "" | ||
|
@@ -2497,7 +2497,7 @@ msgstr "" | |
msgid "pip: You definitely need this!" | ||
msgstr "" | ||
|
||
msgid "tcl/tk and IDLE: You don't need this unless you want to edit Python files." | ||
msgid "tcl/tk and IDLE: not needed unless you want to edit Python files." | ||
msgstr "" | ||
|
||
msgid "Python test suite: not needed." | ||
|
@@ -2562,6 +2562,12 @@ msgid "" | |
"choice of location." | ||
msgstr "" | ||
|
||
msgid "" | ||
"The following instructions assume a virtual environment is in use and " | ||
"activated. If you don't use a virtual environment then replace ``python`` " | ||
"with ``py`` and ``pip`` with ``py -m pip``." | ||
msgstr "" | ||
|
||
msgid "Installing Photini" | ||
msgstr "" | ||
|
||
|
@@ -2570,8 +2576,7 @@ msgid "" | |
"single user or for multiple users. Multi-user installations use a Python " | ||
"`virtual environment`_ to create a self contained installation that can " | ||
"easily be shared. Using a virtual environment has other advantages, such as " | ||
"easy uninstallation, so you could also use it for a single user " | ||
"installation." | ||
"easy uninstallation, so I recommend using it for a single user installation." | ||
msgstr "" | ||
|
||
msgid "" | ||
|
@@ -2590,22 +2595,23 @@ msgid "Virtual environment" | |
msgstr "" | ||
|
||
msgid "" | ||
"If you are using a virtual environment you should set it up now. I use the " | ||
"name ``photini`` and create it in my home directory:" | ||
"If you are using a virtual environment you should set it up now. You can " | ||
"create a virtual environment in any writeable directory. I use the name " | ||
"``photini`` and create it in my home directory:" | ||
msgstr "" | ||
|
||
msgid "" | ||
"Note that pip may need to be updated again from within the virtual " | ||
"environment. The option ``--system-site-packages`` makes packages installed " | ||
"with the system package manager (e.g. PySide6 / PySide2 / PyQt6 / PyQt5) " | ||
"available within the virtual environment." | ||
"The option ``--system-site-packages`` makes packages installed with the " | ||
"system package manager (e.g. PySide6 / PySide2 / PyQt6 / PyQt5) available " | ||
"within the virtual environment. Note that pip may need to be updated again " | ||
"from within the virtual environment." | ||
msgstr "" | ||
|
||
msgid "" | ||
"Note that after activating the virtual environment the ``py`` command is not" | ||
" used. Python, pip, and other Python based commands are run directly. After " | ||
"creating the virtual environment you should update ``pip`` as shown above. " | ||
"This ensures that the latest version will be used to install Photini." | ||
" needed. Python, pip, and other Python based commands are run directly. " | ||
"After creating the virtual environment you should update ``pip`` as shown " | ||
"above. This ensures that the latest version will be used to install Photini." | ||
msgstr "" | ||
|
||
msgid "" | ||
|
@@ -2757,7 +2763,8 @@ msgstr "" | |
|
||
msgid "" | ||
"When a new release of Photini is issued you can easily update your " | ||
"installation with pip_:" | ||
"installation with pip_. If you installed Photini in a virtual environment " | ||
"then you need to activate the virtual environment before upgrading:" | ||
msgstr "" | ||
|
||
msgid "" | ||
|
@@ -4140,3 +4147,61 @@ msgstr "" | |
#~ msgid "Spanish translation by Esteban Martinena, Cristos Ruiz" | ||
#~ msgstr "" | ||
|
||
#~ msgid "" | ||
#~ "The first main installer screen should " | ||
#~ "have an option to customise the " | ||
#~ "installation. I recommend choosing this and" | ||
#~ " selection the following options." | ||
#~ msgstr "" | ||
|
||
#~ msgid "tcl/tk and IDLE: You don't need this unless you want to edit Python files." | ||
#~ msgstr "" | ||
|
||
#~ msgid "" | ||
#~ "Before installing Photini you need to " | ||
#~ "decide if you are installing it for" | ||
#~ " a single user or for multiple " | ||
#~ "users. Multi-user installations use a " | ||
#~ "Python `virtual environment`_ to create a" | ||
#~ " self contained installation that can " | ||
#~ "easily be shared. Using a virtual " | ||
#~ "environment has other advantages, such as" | ||
#~ " easy uninstallation, so you could also" | ||
#~ " use it for a single user " | ||
#~ "installation." | ||
#~ msgstr "" | ||
|
||
#~ msgid "" | ||
#~ "If you are using a virtual " | ||
#~ "environment you should set it up now." | ||
#~ " I use the name ``photini`` and " | ||
#~ "create it in my home directory:" | ||
#~ msgstr "" | ||
|
||
#~ msgid "" | ||
#~ "Note that pip may need to be " | ||
#~ "updated again from within the virtual " | ||
#~ "environment. The option ``--system-site-" | ||
#~ "packages`` makes packages installed with " | ||
#~ "the system package manager (e.g. PySide6" | ||
#~ " / PySide2 / PyQt6 / PyQt5) " | ||
#~ "available within the virtual environment." | ||
#~ msgstr "" | ||
|
||
#~ msgid "" | ||
#~ "Note that after activating the virtual " | ||
#~ "environment the ``py`` command is not " | ||
#~ "used. Python, pip, and other Python " | ||
#~ "based commands are run directly. After " | ||
#~ "creating the virtual environment you should" | ||
#~ " update ``pip`` as shown above. This " | ||
#~ "ensures that the latest version will " | ||
#~ "be used to install Photini." | ||
#~ msgstr "" | ||
|
||
#~ msgid "" | ||
#~ "When a new release of Photini is " | ||
#~ "issued you can easily update your " | ||
#~ "installation with pip_:" | ||
#~ msgstr "" | ||
|
Oops, something went wrong.