We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf7385 commit 96f0716Copy full SHA for 96f0716
docs/using.rst
@@ -62,7 +62,7 @@ Let's say you wanted to get the version string for a
62
using ``pip``. We start by creating a virtual environment and installing
63
something into it::
64
65
- $ python3 -m venv example
+ $ python -m venv example
66
$ source example/bin/activate
67
(example) $ python -m pip install importlib_metadata
68
(example) $ python -m pip install wheel
0 commit comments