Update README.rst

This commit is contained in:
Daniel Greenfeld 2014-09-03 13:58:48 -07:00
parent 401f5431d7
commit 73b55998b5

View File

@ -147,18 +147,6 @@ Releases
Want a stable release? You can find them at https://github.com/pydanny/cookiecutter-django/releases
**note**: Cookiecutter won't support tagged releases until 0.7.0 comes out, which should be any day! Which means, if you want to use a
tagged release of cookiecutter-django, then you have to install Cookiecutter directly from GitHub. To do that, follow these steps:
1. Enter your virtualenv.
2. Run these commands:
.. code-block:: bash
(cookiecutter) $ git clone https://github.com/audreyr/cookiecutter.git
(cookiecutter) cd cookiecutter
(cookiecutter) python setup.py develop
Not Exactly What You Want?
---------------------------