This section explains how to install django-commons-best-practices
to use within
your project. It assumes you have a working installation of Python 3.
- Create venv/virtualenv (
python -m venv venv
) - Activate venv/virtualenv (
source venv/bin/activate
) - Install
django-commons-best-practices
(pip install django-commons-best-practices
)
All together now:
python -m venv venv
source venv/bin/activate
pip install django-commons-best-practices