* Added initial notes for basic info on pip.
This commit is contained in:
7
python-software/20200512.pip-123.md
Normal file
7
python-software/20200512.pip-123.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Basic PIP Installation
|
||||
======================
|
||||
|
||||
pip install -u = install to user's default directory (~/.local/lib/pythonX.Y).
|
||||
|
||||
pip install = depends. If using virtualenv, it will install to the
|
||||
"root location" of the virtualenv.
|
||||
Reference in New Issue
Block a user