Installation¶

From PyPI¶

TLDR - do this at your own risk¶

pip install tyled

From GitHub¶

Clone the repository

git clone https://github.com/kfields/tyled.git

Navigate to the new directory which contains the repository

cd tyled

Create a Python 3 virtual environment called env

python3 -m venv env

Activate the environment

source env/bin/activate

Install required packages

pip install -r requirements.txt