From 32863e21fa16e949fc20c4588e84b90916265367 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 14 Oct 2024 02:34:11 +0200 Subject: structure cleanup --- testsetup.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testsetup.sh (limited to 'testsetup.sh') diff --git a/testsetup.sh b/testsetup.sh new file mode 100644 index 0000000..abe19dc --- /dev/null +++ b/testsetup.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +[ ! -f venv/bin/activate ] && python -m virtualenv venv +source venv/bin/activate + +pip install -e . -- cgit v1.2.3