mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Recommend latest Python in readme
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
1ec4237f58
commit
4c344bdcf5
@ -97,7 +97,7 @@ Building
|
||||
--------
|
||||
|
||||
1. Install `pipenv` - https://pipenv.readthedocs.io/en/latest/
|
||||
2. Create a Python environment (typically inside this repository): `pipenv --python 3.8`
|
||||
2. Create a Python environment (typically inside this repository): `pipenv --python 3.9`
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user