1
0
Fork 0

Fixed pip installation URL

This commit is contained in:
Daniele Tricoli 2010-11-19 20:37:14 +01:00
parent 3047ea1530
commit 4a53b27bd0
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -10,7 +10,7 @@ Installation
Assuming that you want to install ``microcms`` version 0.1.0:
$ pip install hg+http://hg.mornie.org/django/microcms/@v0.1.0#egg=microcms
$ pip install -e hg+http://hg.mornie.org/django/microcms/@0.1.0#egg=microcms
Or download a packaged version and and use Python's ``distutils`` to install.