1
0
Fork 0

Fixed pip mercurial install URL

This commit is contained in:
Daniele Tricoli 2010-11-16 15:24:22 +01:00
parent 38b0e0a8f9
commit e208c9969a
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:
$ pip install http://hg.mornie.org/django/microcms/@v0.1#egg=microcms
$ pip install hg+http://hg.mornie.org/django/microcms/@v0.1#egg=microcms
Or download a packaged version and and use Python's ``distutils`` to install.