From a9268d695ab1fee29bbe08581e20aa0965a374b1 Mon Sep 17 00:00:00 2001 From: Jacob Haslehurst Date: Wed, 27 Nov 2013 14:41:10 +1100 Subject: [PATCH] Update README to suggest installation using PyPi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f36db3c..dc1a69b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ package. First, install the package with pip. This will automatically install any dependencies you may be missing ```bash -pip install git+https://github.com/gizmag/django-fsm-log.git#egg=django-fsm-log +pip install django-fsm-log ``` With Python 2.7 Django 1.4+ is supported, with Python 3.3 Django 1.5+ is supported.