SpaceLife-Updater/create_env.sh

5 lines
127 B
Bash
Raw Normal View History

2024-01-23 13:55:50 -05:00
#!/usr/bin/env bash
python3.8 -m venv venv
source venv/bin/activate
pip install requests pyinstaller-hooks-contrib pyinstaller