reddit_export_data/justfile

6 lines
144 B
Makefile
Raw Normal View History

2023-06-10 19:29:21 +03:00
run +ARGS:
python -m venv ./venv
source ./venv/bin/activate
python -m pip install -r requirements.txt
python ./main.py {{ARGS}}