* Added initial notes for basic info on pip.

master
Wirawan Purwanto 3 years ago
parent 59c90e49d0
commit 444719de92
  1. 7
      python-software/20200512.pip-123.md

@ -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.
Loading…
Cancel
Save