# Installation

## Using pip

The easiest way to install the most recent stable version of `prose` is
with [pip](https://pip.pypa.io):

```bash
python -m pip install prose
```

## From source

Alternatively, you can get the source:

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