File: INSTALL

package info (click to toggle)
python-django-mptt 0.13.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,256 kB
  • sloc: python: 4,964; javascript: 317; makefile: 119; sh: 15
file content (16 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
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.5 or newer
 - Django 1.11 or newer

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