Table of Contents
-
Download embeddable package(64 bit) from https://www.python.org/downloads/windows/
-
Extract the zip and place in prefered folder.
-
Open Environment Window, add environment field
PYTHON_HOME=<folder of python extraction including python folder>
-
Update Path field in environment to include
%PYTHON_HOME%
and%PYTHON_HOME%\Scripts
-
Go to
%PYTHON_HOME%
folder and editpython<version>._pth
file and uncommentimport site
-
Download get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
-
Install pip
python get-pip.py
-
Verify pip is installed
pip -V
-
Install
packaging
module
python -m pip install packaging
-
Install
requests
module
python -m pip install requests
-
Install
rapidfuzz
module
python -m pip install rapidfuzz
-
Install
scikit-build
module
python -m pip install requests
-
Install
scikit-build
module
python -m pip install scikit-build
-
Install
poetry
module
python -m pip install poetry