Skip to content

Commit 3d9f758

Browse files
committed
Updated docs to reflect full version tagging.
1 parent d112ffc commit 3d9f758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ If your are installing from source, you just need to run the following command f
3434

3535
If you want to install the package without checking out the source you should run::
3636

37-
pip install http://github.com/nowells/django-versions/tarball/v0.1
37+
pip install http://github.com/nowells/django-versions/tarball/v0.1.0
3838

3939
# OR if you don't have pip installed (you should definitely check out pip)
40-
easy_install http://github.com/nowells/django-versions/tarball/v0.1
40+
easy_install http://github.com/nowells/django-versions/tarball/v0.1.0
4141

4242
For the time being, we need to patch Django to allow us to gain access to the related model from Manager classes. There is a patch included at the root of the source tree ``django.patch`` that includes the required changes. To patch django, go to the root of your checkout of django 1.1.X and run::
4343

0 commit comments

Comments
 (0)