Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 249 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 249 Bytes

Setting Up Your Python Environment.

To set up the Python environment to run Tiercel, follow the steps below.

python -m venv venv
source ./venv/bin/activate # Linux/macOS
.\\venv\\Scripts\\activate # Windows
pip install -r requirements.txt