Add info on homepage and installation

This commit is contained in:
Konstantine Rybnikov
2015-05-07 15:15:59 +03:00
parent ecbc372f7d
commit 97d5b255d4

View File

@@ -20,3 +20,20 @@ True
>>> semver.match("1.0.0", ">1.0.0")
False
```
Installation
------------
For Python 2:
```
pip install semver
```
For Python 3:
```
pip3 install semver
```
Homepage at PyPi: https://pypi.python.org/pypi/semver