Package Manager pip
python3enter python environmentquit()quit the python enviromentpython3 /path/filename.pyrun python script from CLIpydoc someFunctionsearch documentationpip3 install packageNamepython3 -m pip3 install SomePackageinstalls the latest versionpython3 -m pip3 install SomePackage==1.0.4installs a specific versionpython3 -m pip3 install 'SomePackage>=1.0.4'installs the minimum version