Update create_env.sh
This commit is contained in:
parent
1c61c6ba32
commit
091950d126
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue