1. https://www.djangoproject.com/ 에 접속하기

 

The web framework for perfectionists with deadlines | Django

Django Django makes it easier to build better web apps more quickly and with less code. Get started with Django

www.djangoproject.com

 

2. Download 클릭

 

3. Anaconda Prompt (Anaconda3)실행

4. Django 설치

>pip install Django==3.2.6

5. Python 환경을 위해 virtualenvwrapper 설치

>pip install virtualenvwrapper

'Install_Setting' 카테고리의 다른 글

Git 설치  (0) 2021.11.19
우분투(Ubuntu)에 MySQL 설치  (0) 2021.10.29
Anaconda 설치  (0) 2021.08.26
IntellliJ에 lombok설치  (0) 2021.08.02
프로그램 세팅 Link  (0) 2021.07.19