Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-10 14:26:10 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-10 14:26:10 +0300
commitd4694cde83207d1cea62c390c41defc209c0e7d3 (patch)
tree16d48acd1644705069419328684830b686bb11d8 /README.rst
parent65ff129d27a912a27c0b4ebe42b2c59df262b72a (diff)
Make the readme more error proof
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 51e7dad13..1b78eed46 100644
--- a/README.rst
+++ b/README.rst
@@ -75,7 +75,7 @@ Building
--------
1. Install `pipenv` - https://pipenv.readthedocs.io/en/latest/
-2. Create a Python environment (typically inside this repository): `pipenv --three`
+2. Create a Python environment (typically inside this repository): `pipenv --python 3.8`
3. Change into the environment: `pipenv shell`
4. Install the dependencies `pip 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