Wednesday, November 1, 2017

Install and Uninstall python packages on Windows

Update pip and setuptool (only requires an update)
Install packages using pip install from cmd line, you will need to use
py -m pip install <package name>

py -m pip install <package name>
py -m pip uninstall <package name>
##Note: replace <package name> desired package (e.g., nltk, pyautogui, pandas etc...)
view raw pip_install.sh hosted with ❤ by GitHub



No comments:

Post a Comment