SpaceLife-Updater/create_env.sh

5 lines
132 B
Bash
Raw Permalink Normal View History

2024-01-23 13:55:50 -05:00
#!/usr/bin/env bash
2024-01-23 15:11:00 -05:00
python3 -m venv venv
2024-01-23 13:55:50 -05:00
source venv/bin/activate
2024-01-23 16:38:29 -05:00
pip install requests pyinstaller-hooks-contrib pyinstaller Pillow