Many modules are provided in python. External modules other than those installed as standard distribution packages need to be installed separately.
Can be installed, updated, and uninstalled using the pip command
Execute the following at the command prompt
pip install module_name (External module name)
Referenced site https://note.nkmk.me/python-pip-usage/
Recommended Posts