aboutsummaryrefslogtreecommitdiff
path: root/testsetup.sh
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2024-10-14 02:34:11 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2024-10-14 02:34:11 +0200
commit32863e21fa16e949fc20c4588e84b90916265367 (patch)
tree7f8890e737636f292f4a32fa4316d889734964e0 /testsetup.sh
parent24c55cae5bef64a98cc30917d548d2ee703d876d (diff)
downloadmeteo_toolbox-32863e21fa16e949fc20c4588e84b90916265367.tar.gz
structure cleanup
Diffstat (limited to 'testsetup.sh')
-rw-r--r--testsetup.sh6
1 files changed, 6 insertions, 0 deletions
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 .