Hi Team,
In topic " IMPORTANT!! DO NOT UPGRADE PIP OR USE SUDO PIP" it says upgrade pip just by running pip install --upgrade pip
but the same needs to be updated in the instructions present under the topic “Dependency Installations and Workstation Setup needs update.” as it still says sudo pip install –upgrade pip
.
Also, one additional suggestion is to install other python packages by passing --user
option to pip install
command (eg: pip install --user $PYTHON_PACKAGE_NAME) as this will make pip install packages in the dronedojo user’s home directory, which doesn’t require any special privileges.
Thanks,
Ompragash