- Make sure pip has been installed
- Run
pip install git+https://github.com/tdybda17/economicapi - Set the api routes in your
urls.pyfor a django project- ex.
path('api/', include(economic_dybdahl_rest.urls))
- ex.
Tested for python 3.5 with django 2.2.x