Skip to content

Commit

Permalink
Merge pull request #6895 from nextcloud/dependachristoph/readme-pytho…
Browse files Browse the repository at this point in the history
…n-version

Recommend latest Python in readme
  • Loading branch information
ChristophWurst authored Jul 5, 2021
2 parents 1ec4237 + 4c344bd commit 50f360a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50f360a

Please sign in to comment.