TODO.
Make sure you have Python 3.6+ installed on your system. If you don't have it yet, follow these instructions.
Using PyPI
pip install django-priority-batch
Using source on GitHub
pip install https://github.com/genialis/django-priority-batch/archive/<git-tree-ish>.tar.gz
where <git-tree-ish>
can represent any commit SHA, branch name, tag name,
etc. in Django Priority Batch's GitHub repository. For example, to install
the latest Django Priority Batch from the master
branch, use:
pip install https://github.com/genialis/django-priority-batch/archive/master.tar.gz
We welcome new contributors. Please, open a GitHub issue or contribute a pull request.