8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
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.
|