Skip to content

Commit

Permalink
fix: Incomplete command to create a virtual env in docs (#7735)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jan 4, 2024
1 parent 959200e commit 490dffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/01-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ django CMS also has other requirements, which it lists as dependencies in its

.. code-block:: bash
python3 -m .venv # create a virtualenv
python3 -m venv .venv # create a virtualenv
source .venv/bin/activate # activate it
pip install --upgrade pip # Upgrade pip
Expand Down

0 comments on commit 490dffa

Please sign in to comment.