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 7dd624e commit c519d39Copy full SHA for c519d39
docs/install.rst
@@ -33,12 +33,12 @@ For Python 3:
33
34
pip3 install semver
35
36
-If you want to install this specific version, you can use the command :command:`pip`
37
-with an URL:
+If you want to install this specific version (for example, 2.10.0), use the command :command:`pip`
+with an URL and its version:
38
39
.. parsed-literal::
40
41
- pip3 install git+https://github.com/python-semver/python-semver.git@|version|
+ pip3 install git+https://github.com/python-semver/python-semver.git@2.10.0
42
43
44
Linux Distributions
0 commit comments