diff --git a/create_env.sh b/create_env.sh index 216741f..03c42cf 100755 --- a/create_env.sh +++ b/create_env.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -python3.8 -m venv venv +python3 -m venv venv source venv/bin/activate pip install requests pyinstaller-hooks-contrib pyinstaller