Update README.rst

This commit is contained in:
Joas Schilling
2019-04-29 11:48:34 +02:00
committed by GitHub
parent c249876950
commit 87c9ae291e

View File

@@ -77,7 +77,7 @@ Building
1. Install `pipenv` - https://pipenv.readthedocs.io/en/latest/
2. Create a Python 2 environment (typically inside this repository): `pipenv --two`
3. Change into the environment: `pipenv shell`
4. Install the dependencies `pip install -r requirements.txt`
4. Install the dependencies `pip2 install -r requirements.txt`
5. Now you can use `make ...` to build all the stuff - for example `make html` to build the HTML flavor of all manuals
To change into this environment you need to run `pipenv shell` to launch the shell and to exit you can use either `exit` or `Ctrl` + `D`.