docs/README-ChromeOS.rst

branch
eric7
changeset 10031
6d4b46787f30
parent 9353
8e0d418aefbc
child 10092
679df6285434
diff -r 512d8ecbfdab -r 6d4b46787f30 docs/README-ChromeOS.rst
--- 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.

eric ide

mercurial