Installation

With our lovely pip

A stable version is available on Python Package Index, thus you can install it within pip or easy_install (is somebody uses this one?)

$ pip install django-generic-helpers

A development version can be grabbed directly from the github repository:

$ pip install -e git+https://github.com/marazmiki/django-generic-helpers#egg=django-generic-helpers

With pipenv

Let’s not discuss the pros and cons of this one, it is just used by lots of p eople. So, to add the dependency into your Pipfile and then lock it out, type in your console:

$ pipenv install django-generic-helpers

Or poetry

Yet another package management tool:

$ poetry add django-generic-helpers