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>
Install packages using pip install from cmd line, you will need to use
py -m pip install <package name>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
py -m pip install <package name> | |
py -m pip uninstall <package name> | |
##Note: replace <package name> desired package (e.g., nltk, pyautogui, pandas etc...) | |
No comments:
Post a Comment