Installation

# Requirements


Django-Routify is an open source third-party package for Python with Django, which works great with Django 4.0+ and Python 3.8+.


# How to install Django-Routify?


To install Django-Routify package use the command below in your environment:

pip install django-routify
poetry add django-routify

Note:

Django-Routify package automatically during installation downloading latest Django framework version.


# How to clone Django-Routify repository?


If you want to clone source code of django-routify package (and maybe help with something locally), use the command below:

git clone https://github.com/vitaliypopel/django-routify.git
git clone git@github.com:vitaliypopel/django-routify.git
Go to detail documentation