https://docs.python.org/3/installing/
=====
pip
is the preferred installer program. Starting with Python 3.4, it is included by default with the Python binary installers.
python -m pip install SomePackage
or
python -m easy_install SomePackage
2024-01-21 13:31:10
https://docs.python.org/3/installing/
=====
pip
is the preferred installer program. Starting with Python 3.4, it is included by default with the Python binary installers.
python -m pip install SomePackage
or
python -m easy_install SomePackage