|
|
|
To install this API on your enviroment, please install requirements for Django: [https://docs.djangoproject.com/en/3.0/topics/install/](https://docs.djangoproject.com/en/3.0/topics/install/)
|
|
|
|
|
|
|
|
Then proceed to install required libraries:
|
|
|
|
* `pip install wheel` (There can be issues when installing rest-framework if wheel is not installed
|
|
|
|
* `pip install pycryptodome==3.4.3`
|
|
|
|
* `pip install crypto`
|
|
|
|
* `pip install Crypto`
|
|
|
|
* `pip install requests`
|
|
|
|
* `pip install urllib`
|
|
|
|
* `pip install djangorestframework`
|
|
|
|
|