Encourage to install python packages without administrative rights

Using 'sudo pip install' can cause a lot of problems because usually
there are a couple of Python interpreters installed. This fix encourages
developers to use `pip install --user` instead which is safer.
This commit is contained in:
Roland Dobai
2018-09-07 09:14:05 +02:00
parent 5eb452f72e
commit c3d99dd2e4
9 changed files with 9 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ The "Customise" step of the Python installer gives a list of options. The last o
Once Python is installed, open a Windows Command Prompt from the Start menu and run the following command::
pip install pyserial
pip install --user pyserial
MConf for IDF
^^^^^^^^^^^^^