[Python] 1-2. Python Django Install - 장고 설치하기

2018. 9. 19. 14:31Programing/Python-Django

  1. Win + R
  2. CMD
  3. $pip install django

 

C:\>pip install django
Collecting django
Downloading https://files.pythonhosted.org/packages/ca/7e/fc068d164b32552ae3a8f8d5d0280c083f2e8d553e71ecacc21927564561/Django-2.1.1-py3-none-any.whl (7.3MB)
100% |████████████████████████████████| 7.3MB 1.6MB/s
Collecting pytz (from django)
Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)
100% |████████████████████████████████| 512kB 2.4MB/s
Installing collected packages: pytz, django
The script django-admin.exe is installed in 'c:\users\victo\appdata\local\programs\python\python37-32\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed django-2.1.1 pytz-2018.5
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.