Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 2.25 KB

README.rst

File metadata and controls

78 lines (51 loc) · 2.25 KB

Django Priority Batch

Build Status Documentation Status Version on PyPI Supported Python versions Number of downloads from PyPI Code style: black

TODO.

Install

Prerequisites

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

Contribute

We welcome new contributors. Please, open a GitHub issue or contribute a pull request.