I am a beginner in django and did the basic tutorials on the official website.
I want to learn the django rest framework, and I saw that there is also a great tutorials here - http://www.django-rest-framework.org/#requirements.
One thing I couldn't figure out - How do I install the framework and the other necessary things for it? I am working offline so I need to download all the libraries/packages manually and than install them. (cant use pip install and github clone)
An explanation for what do I need to download and how to install it in order to use the django rest framework would be highly appreciated :)
thanks in advance