-
Brennen Murphy authored
Found bug with installing requirements.txt with pip without the --user it will try to install system-wide; however, that is not needed and no recommended, also just use pip3 to make sure you are actually using the python3 version of pip to install the modules.
40db69c0Brennen Murphy authoredFound bug with installing requirements.txt with pip without the --user it will try to install system-wide; however, that is not needed and no recommended, also just use pip3 to make sure you are actually using the python3 version of pip to install the modules.
Loading