# Installation

The **recommended** method of installation for most users is via `pip` as detailed
in {ref}`getting-started`.

You can also install directly from the repository to get the latest `development` version

## Latest Version

You can clone the repository:

```bash
git clone https://github.com/executablebooks/sphinx-exercise
```

then run:

```bash
pip install -e .
```
