diff --git a/setup.sh b/setup.sh index 3a47c2c..666d2aa 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -python3 -m venv venv +python3 -m venv venv --clear --upgrade-deps . venv/bin/activate pip install -r requirements.txt \ No newline at end of file