diff --git a/setup b/setup new file mode 100755 index 0000000..3aa62e5 --- /dev/null +++ b/setup @@ -0,0 +1,5 @@ +#!/bin/bash + +python -m venv --clear venv +source venv/bin/activate +pip install --require-hashes --only-binary :all: -r requirements.txt