File: INSTALL.txt

package info (click to toggle)
python-django-tagging 1%3A0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 352 kB
  • ctags: 284
  • sloc: python: 1,615; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Thanks for downloading django-tagging.

To install it, run the following command inside this directory:

    python setup.py install

Or if you'd prefer you can simply place the included ``tagging``
directory somewhere on your Python path, or symlink to it from
somewhere on your Python path; this is useful if you're working from a
Subversion checkout.

Note that this application requires Python 2.3 or later, and Django
1.0 or later. You can obtain Python from http://www.python.org/ and
Django from http://www.djangoproject.com/.