Installation¶
Requirements¶
Django >= 5.0
Installing djpro¶
djpro is a Python-only package hosted_on_pypi.
The recommended installation method is pip-installing into a
virtualenv:
$ python -m pip install djpro
Note
djpro will install the latest version of Django if is not installed yet.
More information about pip and PyPI can be found here: