From e3165173998fb5fd85438e4c5ecf8902054f59a4 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Thu, 25 Apr 2013 23:44:35 -0700 Subject: [PATCH] Remove dev README note (git can be used instead) --- README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index 020749e..26f3893 100644 --- a/README.rst +++ b/README.rst @@ -16,12 +16,6 @@ Install from PyPI with ``pip``:: pip install django-model-utils -or get the `in-development version`_:: - - pip install django-model-utils==tip - -.. _in-development version: http://bitbucket.org/carljm/django-model-utils/get/tip.tar.gz#egg=django_model_utils-tip - To use ``django-model-utils`` in your Django project, just import and use the utility classes described below; there is no need to modify your ``INSTALLED_APPS`` setting.