Comment installer des bibliothèques Python
python -m pip install SomePackage
Sore Seal
python -m pip install SomePackage
pip install package name
# Use PowerShell, Bash, CMD, etc.
pip install foo-pkg
# Automatically installs dependencies!