Skip to content

Commit

Permalink
Remove wrong commandline from documentation. #882
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Jul 5, 2024
1 parent 30b0a5d commit 27eb6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/customisation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Usage

.. code-block:: bash
# create a new virtual environment for the project, fe python -m venv $HOME/.virtualenvs/my_atramhasis
# create a new virtual environment for the project, set VENV_PATH to the desired location
$ VENV_PATH=$HOME/Envs
$ python -m venv $VENV_PATH/my_atramhasis
$ . $VENV_PATH/my_atramhasis/bin/activate
Expand Down
5 changes: 2 additions & 3 deletions docs/source/demo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ This can be done through the `cookiecutter` package.

.. code-block:: bash
# create a new virtual environment for the project, fe python -m venv $HOME/.virtualenvs/my_atramhasis
# create a new virtual environment for the project, set VENV_PATH to the desired location
$ VENV_PATH=$HOME/Envs
$ python -m venv $VENV_PATH/my_atramhasis
$ . $VENV_PATH/my_atramhasis/bin/activate
# Make sure pip and pip-tools are up to date
$ pip install --upgrade pip pip-tools
$ pip install --upgrade pip
$ pip install --upgrade cookiecutter
2. Use cookiecutter to generate an demo project
Expand Down Expand Up @@ -70,7 +70,6 @@ functionality:

.. code-block:: bash
$ cd ../..
# start server
$ pserve development.ini
Expand Down

0 comments on commit 27eb6d6

Please sign in to comment.