how to install pythom modules code example
Example 1: how to install python libraries
python -m pip install SomePackage
Example 2: how to install dependencies python
# Use PowerShell, Bash, CMD, etc.
pip install foo-pkg
# Automatically installs dependencies!