mindcurrent / djanky-django

Daniel's Janky Attempt at a Django RESTful API Server
0 stars 1 forks source link

Install: djangorestframework #18

Open dpcunningham opened 4 years ago

dpcunningham commented 4 years ago

Per the project site: installation guide

$ pip install djangorestframework
Collecting djangorestframework
  Downloading https://files.pythonhosted.org/packages/1b/fe/fcebec2a98fbd1548da1c12ce8d7f634a02a9cce350833fa227a625ec624/djangorestframework-3.9.4-py2.py3-none-any.whl (911kB)
    100% |████████████████████████████████| 921kB 834kB/s 
Installing collected packages: djangorestframework
Successfully installed djangorestframework-3.9.4

$ pip3 install djangorestframework
Collecting djangorestframework
  Downloading https://files.pythonhosted.org/packages/33/8e/87a4e0025e3c4736c1dc728905b1b06a94968ce08de15304417acb40e374/djangorestframework-3.10.3-py3-none-any.whl (909kB)
    100% |████████████████████████████████| 911kB 730kB/s 
Installing collected packages: djangorestframework
Successfully installed djangorestframework-3.10.3