summaryrefslogtreecommitdiff
path: root/docs/html/development
diff options
context:
space:
mode:
authorziebam <ziebamichal@tutanota.com>2021-09-29 17:15:04 +0200
committerziebam <ziebamichal@tutanota.com>2021-09-29 17:15:04 +0200
commit6ab7dba97c48ffaa41d684fe3167d90b3619b490 (patch)
treeb64c83c0a9b4f783edd339ab96c94949336c0595 /docs/html/development
parent32879cd920594bed2c258a11c6467ccc4e7bc220 (diff)
downloadpip-6ab7dba97c48ffaa41d684fe3167d90b3619b490.tar.gz
Remove the redundant snippets
Diffstat (limited to 'docs/html/development')
-rw-r--r--docs/html/development/getting-started.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/development/getting-started.rst b/docs/html/development/getting-started.rst
index 85412ede2..3d13836f6 100644
--- a/docs/html/development/getting-started.rst
+++ b/docs/html/development/getting-started.rst
@@ -42,7 +42,7 @@ You can then invoke your local source tree pip normally.
.. code-block:: shell
- virtualenv .venv # You can also use "python -m venv .venv" from python3.3+
+ virtualenv .venv # You can also use "python -m venv .venv"
source .venv/bin/activate
python -m pip install -e .
python -m pip --version
@@ -51,7 +51,7 @@ You can then invoke your local source tree pip normally.
.. code-block:: shell
- virtualenv .venv # You can also use "py -m venv .venv" from python3.3+
+ virtualenv .venv # You can also use "py -m venv .venv"
.venv\Scripts\activate
py -m pip install -e .
py -m pip --version