Skip to content

Commit

Permalink
add instructions to readme to make it clear we're using python 2.7, n…
Browse files Browse the repository at this point in the history
…ot 3.
  • Loading branch information
yochannah committed Oct 15, 2019
1 parent 399a2f9 commit 43ba2ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ Building locally
----------------

You should build locally before you push, to make sure your changes are correct.
You will need the Sphinx environment for this. **Make** and **Python** are
required, and we recommend using **virtualenv** to manage dependencies:
You will need the Sphinx environment for this. **Make** and **Python 2.7** are
required, and we recommend using `Conda
<https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html>`_ to manage dependencies:

Setting up:

```bash
cd docs
virtualenv .
source ./bin/activate
conda create -n im-docs python=2.7
conda activate im-docs
pip install -r requirements.txt
```

Expand Down

0 comments on commit 43ba2ab

Please sign in to comment.