Using pip to install Python Modules.
First, install pip for your python version (e.g. 3.9X).
Install pip on Windows
C:\>py -3.9 get-pip.py
Install Python Modules
C:\>py -3.9 -m pip install SomePackage
Using pip to install Python Modules.
First, install pip for your python version (e.g. 3.9X).
Install pip on Windows
C:\>py -3.9 get-pip.py
Install Python Modules
C:\>py -3.9 -m pip install SomePackage