Skip to content

Commit 0eebb2d

Browse files
authored
Update README.rst
1 parent b941b76 commit 0eebb2d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.rst

+13-8
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ Even more simpler approach to tagging with
1414
django-taggit_. Additionally this project provides easy-to-use
1515
integration with django-taggit-helpers_ and django-taggit-labels_
1616

17-
Requirements
18-
~~~~~~~~~~~~
19-
20-
You must have *django-taggit* installed and configured, see the django-taggit_ documentation for details and setup instructions.
21-
2217
Installation
23-
============
18+
------------
2419

2520
First install the module, preferably in a virtual environment. It can be installed from PyPI:
2621

2722
.. code-block:: shell
2823
2924
pip install django-taggit-anywhere
3025
26+
Requirements
27+
~~~~~~~~~~~~
28+
29+
You must have *django-taggit* installed and configured, see the django-taggit_ documentation for details and setup instructions.
30+
3131
Setup
32-
=====
32+
-----
3333

3434
Make sure the project is configured for django-taggit_.
3535

@@ -61,11 +61,16 @@ Please see ``example`` application. This application is used to manually test th
6161
You need Django 1.8 or above to run that. It might run on older versions but that is not tested.
6262

6363
Contributing
64-
============
64+
------------
6565

6666
If you like this module, forked it, or would like to improve it, please let us know!
6767
Pull requests are welcome too. :-)
6868

69+
License
70+
-------
71+
72+
``django-taggit-anywhere`` is released under the MIT license.
73+
6974
.. _django-taggit: https://github.com/alex/django-taggit
7075
.. _django-taggit-helpers: https://github.com/mfcovington/django-taggit-helpers
7176
.. _django-taggit-labels: https://github.com/bennylope/django-taggit-labels

0 commit comments

Comments
 (0)