diff --git a/scripts/dev-setup b/scripts/dev-setup index e0aa5a6..8b5bab0 100755 --- a/scripts/dev-setup +++ b/scripts/dev-setup @@ -1,6 +1,2 @@ #!/bin/bash -if ! test -d venv; then - python3 -m venv venv -fi -source venv/bin/activate pip3 install --upgrade -r requirements.txt \ No newline at end of file