* Added initial notes for basic info on pip.

This commit is contained in:
2021-08-31 11:31:00 -04:00
parent 59c90e49d0
commit 444719de92

View 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.