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/
|