mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
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:
@@ -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
|
||||
^^^^^^^^^^^^^
|
||||
|
Reference in New Issue
Block a user