Installation#

Using pip#

The easiest way to install the most recent stable version of prose is with pip:

python -m pip install prose

From source#

Alternatively, you can get the source:

git clone https://github.com/lgrcia/prose.git
cd prose
python -m pip install -e .