Installation ============ Get a stable version -------------------- with ``pip``: .. code:: bash $ pip install django-selectel-storage or via `pipenv `_: .. code:: bash $ pipenv install django-selectel-storage or even via `poetry `_: .. code:: bash $ poetry add django-selectel-storage Get a developer version ----------------------- Just install it from github also via ``pip`` .. code:: bash $ pip install -e git+https://github.com/marazmiki/django-selectel-storage#egg=django-selectel-storage You even get a code of mandatory git revision: .. code:: bash $ pip install -e git+https://github.com/marazmiki/django-selectel-storage@{REV_HASH}#egg=django-selectel-storage