Install django framework: the framework of a virtual environment ready to install

Installing the Virtual Environment

Python install virtual environment -windows10_ operation and maintenance _pyhui full-stack technology blog -CSDN blog
https://blog.csdn.net/ifubing/article/details/101883509

Create a virtual environment

Create and enter a virtual environment

mkvirtualenv 环境名称

Here Insert Picture Description

Review the installation package environment

pip list

Here Insert Picture Description

Install django

Install the specified version

pip install django==版本号

Install the latest version

pip install django

Here Insert Picture Description

Published 847 original articles · won praise 43 · views 130 000 +

Guess you like

Origin blog.csdn.net/ifubing/article/details/104410151