Installation

Note

We recommend installing into a virtual environment, which is an isolated Python environment that allows you to install packages without admin privileges.

Install using pip

The simplest way to install from PyPi is using pip with the command:

$ pip install <yourproject>

You may need to use this instead, depending on your operating system:

$ python -m pip install <yourproject>