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.
