pip commands

Posted in Uncategorized

Tweet This Share on Facebook Bookmark on Delicious Digg this Submit to Reddit

pip install: to install new Python packages

pip uninstall: to uninstall them

pip list: to see what packages are install

pip show <package name>: to see more details of the package.

pip help: give help on using pip


Related Posts

Tags

Share This