File: INSTALL

package info (click to toggle)
python-django-mptt 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,180 kB
  • sloc: python: 5,135; javascript: 360; makefile: 132; sh: 12
file content (16 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Thanks for downloading Django MPTT

To install, run the following command inside this directory:

    python setup.py install

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

Requires:
 - Python 3.9 or newer
 - Django 4.2 or newer

You can obtain Python from https://www.python.org/ and Django from
https://www.djangoproject.com/