Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 404 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 404 Bytes

Terry Tools

This repository contains the Terry helper scripts. For the Python scripts it is recommended to create a Python3 virtual environment.

Set up and prepare virtual environment

Create virtual environment (Python3)

python3 -m venv venv

Start virtual environment

. venv/bin/activate

Install dependencies within virtual environment

pip install -r requirements.txt