Skip to content

Commit

Permalink
Merge pull request #11156 from nextcloud/chore/default-python
Browse files Browse the repository at this point in the history
chore: Use default python installation for pipenv
  • Loading branch information
ChristophWurst authored Oct 2, 2023
2 parents acf3b81 + 6825c5b commit 5a7efa7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,9 @@ Using pipenv
^^^^^^^^^^^^

1. Install ``pipenv`` - https://pipenv.readthedocs.io/en/latest/
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
2. Change into the environment: ``pipenv shell``
3. Install the dependencies ``pip install -r requirements.txt``
4. Now you can use ``make ...`` to build all the stuff - for example ``make html`` to build the HTML flavor of all manuals
The build assets will be put into the individual documentation subdirectories like ``developer_manual/_build/html/com``

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``.
Expand Down

0 comments on commit 5a7efa7

Please sign in to comment.