python download new modules

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

python download new modules
09. Common modules of Python3
Introduction to Python related modules
Some new features of Python 3.10
python functions, classes, modules, packages
Collection of Python Common Modules
Python write breakpoint download software
Talking about the modules in Python
Secrets of the new features of Python 3.8
How to introduce third-party modules in Python
How to install third-party modules in Python
How to add custom modules in Python