Ensure Python is installed in your system (Tested in Python version 3.12)
Install Poetry
pip install poetry
Install dependencies needed for the project
poetry install
Build the test library
poetry build
Activate the virtual environment in project
.venv/Scripts/activate
Install the test library to the virtual environment
pip install --force-reinstall --find-links=dist trangptt_test_library