Files
emily_post_llm/setup.sh
T
2026-07-01 22:10:01 -06:00

11 lines
142 B
Bash
Executable File

#!/bin/bash
# Make virtual env
python3 -m venv venv
venv/bin/python3 -m pip install -r requirements.txt
# Process data
python3 process.py