Update create_env.sh

This commit is contained in:
Wizzard 2024-01-23 15:11:00 -05:00
parent 1c61c6ba32
commit 091950d126
1 changed files with 1 additions and 1 deletions

View File

@ -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