Skip to content

Commit c519d39

Browse files
committed
Clarified pip command when using version
1 parent 7dd624e commit c519d39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ For Python 3:
3333
3434
pip3 install semver
3535
36-
If you want to install this specific version, you can use the command :command:`pip`
37-
with an URL:
36+
If you want to install this specific version (for example, 2.10.0), use the command :command:`pip`
37+
with an URL and its version:
3838

3939
.. parsed-literal::
4040
41-
pip3 install git+https://github.com/python-semver/python-semver.git@|version|
41+
pip3 install git+https://github.com/python-semver/python-semver.git@2.10.0
4242
4343
4444
Linux Distributions

0 commit comments

Comments
 (0)