From 88b86d9c9687ae49be3e6388f2f0e21050017221 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 17 Dec 2023 20:34:27 +0100 Subject: Add venv bootstrap script, update requirements --- bootstrap-venv.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bootstrap-venv.sh (limited to 'bootstrap-venv.sh') diff --git a/bootstrap-venv.sh b/bootstrap-venv.sh new file mode 100755 index 0000000..b105996 --- /dev/null +++ b/bootstrap-venv.sh @@ -0,0 +1,4 @@ +#!/usr/bin/zsh + +python -m venv venv +./venv/bin/pip install -r requirements.txt -- cgit v1.2.3