diff --git a/setup b/setup index 3aa62e5..7fd11ea 100755 --- a/setup +++ b/setup @@ -1,5 +1,5 @@ #!/bin/bash -python -m venv --clear venv +python3 -m venv --clear venv source venv/bin/activate pip install --require-hashes --only-binary :all: -r requirements.txt