Fix installation instructions.

Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
This commit is contained in:
Raphaël Barrois
2012-05-22 17:20:13 +02:00
parent 5a1f7d91a2
commit 906a44a211
2 changed files with 7 additions and 1 deletions

6
README
View File

@@ -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

View File

@@ -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::