Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 455 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 455 Bytes

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