mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Update README.rst
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user