Skip to content

Commit 6ab7dba

Browse files
author
ziebam
committed
Remove the redundant snippets
1 parent 32879cd commit 6ab7dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/development/getting-started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can then invoke your local source tree pip normally.
4242

4343
.. code-block:: shell
4444
45-
virtualenv .venv # You can also use "python -m venv .venv" from python3.3+
45+
virtualenv .venv # You can also use "python -m venv .venv"
4646
source .venv/bin/activate
4747
python -m pip install -e .
4848
python -m pip --version
@@ -51,7 +51,7 @@ You can then invoke your local source tree pip normally.
5151

5252
.. code-block:: shell
5353
54-
virtualenv .venv # You can also use "py -m venv .venv" from python3.3+
54+
virtualenv .venv # You can also use "py -m venv .venv"
5555
.venv\Scripts\activate
5656
py -m pip install -e .
5757
py -m pip --version

0 commit comments

Comments
 (0)