Tue, 16 May 2023 12:00:00 +0200
Updated the installation instructions in various README files to include the "--prefer-binary" option.
docs/README-ChromeOS.rst | file | annotate | diff | comparison | revisions | |
docs/README-RPi.rst | file | annotate | diff | comparison | revisions | |
docs/README.rst | file | annotate | diff | comparison | revisions |
--- a/docs/README-ChromeOS.rst Tue May 16 11:20:09 2023 +0200 +++ b/docs/README-ChromeOS.rst Tue May 16 12:00:00 2023 +0200 @@ -58,6 +58,7 @@ :: python3 -m venv eric7_venv + ~/eric7_env/bin/python3 -m pip install --upgrade pip Replace ``eric7_venv`` with the desired path to the directory for the virtual environment. All further instructions will assume this environment name. @@ -68,7 +69,7 @@ :: - ~/eric7_venv/bin/python3 -m pip install --upgrade eric-ide + ~/eric7_venv/bin/python3 -m pip install --upgrade --prefer-binary eric-ide Once the installation is finished navigate to the executable directory of the Python virtual environment and execute the ``eric7_post_install`` script.
--- a/docs/README-RPi.rst Tue May 16 11:20:09 2023 +0200 +++ b/docs/README-RPi.rst Tue May 16 12:00:00 2023 +0200 @@ -61,5 +61,5 @@ :: - ~/eric7_env/bin/python3 -m pip install eric-ide + ~/eric7_env/bin/python3 -m pip install --prefer-binary eric-ide ~/eric7_env/bin/eric7_post_install
--- a/docs/README.rst Tue May 16 11:20:09 2023 +0200 +++ b/docs/README.rst Tue May 16 12:00:00 2023 +0200 @@ -72,11 +72,11 @@ **Linux, macOS**:: - ~/eric7_venv/bin/python3 -m pip install --upgrade eric-ide + ~/eric7_venv/bin/python3 -m pip install --upgrade --prefer-binary eric-ide **Windows**:: - eric7_venv\Scripts\python.exe -m pip install --upgrade eric-ide + eric7_venv\Scripts\python.exe -m pip install --upgrade --prefer-binary eric-ide Once the installation is finished navigate to the executable directory of the Python virtual environment and execute the ``eric7_post_install`` script.