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 516f2a7 commit fb47ce0Copy full SHA for fb47ce0
docs/using.rst
@@ -40,8 +40,8 @@ something into it::
40
41
$ python3 -m venv example
42
$ source example/bin/activate
43
- (example) $ pip install importlib_metadata
44
- (example) $ pip install wheel
+ (example) $ python -m pip install importlib_metadata
+ (example) $ python -m pip install wheel
45
46
You can get the version string for ``wheel`` by running the following::
47
0 commit comments