Skip to content

Commit

Permalink
Add setup instructions for translate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Feb 20, 2025
1 parent fedd2a3 commit 4436fc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions paige/translate.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Setup:
# python3 -m venv ./venv
# bash
# source ./venv/bin/activate
# pip3 install pyyaml
# python3 translate.py

import os
import yaml

Expand Down

0 comments on commit 4436fc5

Please sign in to comment.