* Added notes on basic pip operation.

This commit is contained in:
Wirawan Purwanto
2022-03-24 15:25:28 -04:00
parent ba8670978e
commit 45fe185d20

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.