summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2012-05-22 17:20:13 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2012-05-22 17:20:13 +0200
commit906a44a211e96eaba32324f45647d01a566a0f09 (patch)
tree5ae877b02d7657bcfdf47524cda4819eb72afd4f
parent5a1f7d91a2aacc46ea85757468f9326bc040b910 (diff)
downloadsemantic-version-906a44a211e96eaba32324f45647d01a566a0f09.tar.gz
Fix installation instructions.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
-rw-r--r--README6
-rw-r--r--doc/index.rst2
2 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 989f5b6..4d9fcaa 100644
--- a/README
+++ b/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
diff --git a/doc/index.rst b/doc/index.rst
index c119e2f..1505710 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -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::