Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c519d39

Browse filesBrowse files
committed
Clarified pip command when using version
1 parent 7dd624e commit c519d39
Copy full SHA for c519d39

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎docs/install.rst

Copy file name to clipboardExpand all lines: docs/install.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.