- Create virtual Python environment:
python3 -m venv venv
- Activate the virtual envirinment:
source venv/bin/activate
- Install Python dependencies:
pip install -r requirements.txt
- Make sure that the virtual Python environment is activated (
source venv/bin/activate
) - Run the entire tool-chain:
<TBD>