diff --git a/python-software/20200512.pip-123.txt b/python-software/20200512.pip-123.txt new file mode 100644 index 0000000..d27b073 --- /dev/null +++ b/python-software/20200512.pip-123.txt @@ -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.