Add setup instructions for translate.py

This commit is contained in:
Will Faught
2025-02-19 16:27:02 -08:00
parent fedd2a32c3
commit 4436fc5752

View File

@@ -1,3 +1,10 @@
# Setup:
# python3 -m venv ./venv
# bash
# source ./venv/bin/activate
# pip3 install pyyaml
# python3 translate.py
import os
import yaml