mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
Make the readme more error proof
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user