Skip to content

Commit eed589c

Browse files
committed
explain that the second step is also optional
1 parent 620d9e9 commit eed589c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

documentation/start-documenting.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,11 @@ it with:
8787
8888
cd Doc
8989
90-
Ensure your Python version is at least 3.11.
90+
Ensure your Python version is at least 3.11. You can verify it with:
9191

9292
.. code-block:: shell
9393
94-
$ python --version
95-
Python 3.13.5
94+
python --version
9695
9796
.. _doc-create-venv:
9897

0 commit comments

Comments
 (0)