First, enter the python installation directory
There is a Scripts folder under the installation directory.
Then there is a pip.exe file inside, this file is to execute the installation package.
Execute: pip.exe install django to start downloading the django module
The effect of downloading
Similarly, if it is uninstalled, it is pip.exe uninstall django
Recommended Posts