[Python] 1-2. Python Django Install - 장고 설치하기
2018. 9. 19. 14:31ㆍPrograming/Python-Django
- Win + R
- CMD
- $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.
'Programing > Python-Django' 카테고리의 다른 글
[Python] 1-4. Python Django Project APP Creation - Hello World!! (장고 프로젝트 Hello Word 띄우기) (0) | 2018.09.19 |
---|---|
[Python] 1-3. Python Django Project Creation - 장고 프로젝트 만들기 (0) | 2018.09.19 |
[Python] 1-1. Python install - 파이썬 설치하기 (0) | 2018.09.19 |