From bae7108a052eff8b1870f4434619c867a6fc3a14 Mon Sep 17 00:00:00 2001 From: Eli McRae Date: Fri, 26 Jul 2024 11:04:36 -0500 Subject: [PATCH] Update SETUP.md --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index f0df558..dedb031 100644 --- a/SETUP.md +++ b/SETUP.md @@ -9,7 +9,7 @@ you should be able to get up and running with this. curl -fsSL https://gist.githubusercontent.com/ShyftXero/e2b5c02108ce426e426f872cd3d47cb0/raw/uv_venv.sh >> ~/.zshrc git clone https://github.com/ShyftXero/byoctf_discord cd byoctf_discord -uv venv venv --python=3.11 +uv venv venv --preview --python=3.11 source venv/bin/activate uv pip install -r pyproject.toml ./ctrl_ctf.py DEV_RESET # this will populate the db with burner data.