Skip to content

Commit 490dffa

Browse files
authored
fix: Incomplete command to create a virtual env in docs (#7735)
1 parent 959200e commit 490dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/01-install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ django CMS also has other requirements, which it lists as dependencies in its
173173

174174
.. code-block:: bash
175175
176-
python3 -m .venv # create a virtualenv
176+
python3 -m venv .venv # create a virtualenv
177177
source .venv/bin/activate # activate it
178178
pip install --upgrade pip # Upgrade pip
179179

0 commit comments

Comments
 (0)