Fix installation instructions.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
This commit is contained in:
6
README
6
README
@@ -15,6 +15,12 @@ The full doc is available on http://python-semanticversion.readthedocs.org/; sim
|
||||
Usage
|
||||
=====
|
||||
|
||||
|
||||
Install::
|
||||
|
||||
$ pip install semantic_version
|
||||
$
|
||||
|
||||
Define a Version::
|
||||
|
||||
>>> from semantic_version import Version
|
||||
|
||||
@@ -17,7 +17,7 @@ Getting started
|
||||
|
||||
Intall the package from `PyPI`_, using pip::
|
||||
|
||||
pip install python-semanticversion
|
||||
pip install semantic_version
|
||||
|
||||
|
||||
Import it in your code::
|
||||
|
||||
Reference in New Issue
Block a user