parts/tagging/INSTALL.txt
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 Thanks for downloading django-tagging.
       
     2 
       
     3 To install it, run the following command inside this directory:
       
     4 
       
     5     python setup.py install
       
     6 
       
     7 Or if you'd prefer you can simply place the included ``tagging``
       
     8 directory somewhere on your Python path, or symlink to it from
       
     9 somewhere on your Python path; this is useful if you're working from a
       
    10 Subversion checkout.
       
    11 
       
    12 Note that this application requires Python 2.3 or later, and Django
       
    13 1.0 or later. You can obtain Python from http://www.python.org/ and
       
    14 Django from http://www.djangoproject.com/.