Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 304 Bytes

cheatsheet-pip.md

File metadata and controls

20 lines (14 loc) · 304 Bytes

pip

list all config file locations

pip3 config -v list

show pip config file existence and configuration

pip3 config debug

source code install module with setup.py

pip install . # pip will use setup.py to install your module. Avoid calling setup.py directly.