We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32879cd commit 6ab7dbaCopy full SHA for 6ab7dba
docs/html/development/getting-started.rst
@@ -42,7 +42,7 @@ You can then invoke your local source tree pip normally.
42
43
.. code-block:: shell
44
45
- virtualenv .venv # You can also use "python -m venv .venv" from python3.3+
+ virtualenv .venv # You can also use "python -m venv .venv"
46
source .venv/bin/activate
47
python -m pip install -e .
48
python -m pip --version
@@ -51,7 +51,7 @@ You can then invoke your local source tree pip normally.
51
52
53
54
- virtualenv .venv # You can also use "py -m venv .venv" from python3.3+
+ virtualenv .venv # You can also use "py -m venv .venv"
55
.venv\Scripts\activate
56
py -m pip install -e .
57
py -m pip --version
0 commit comments