franca/deploy.sh

5 lines
160 B
Bash
Raw Normal View History

2023-07-22 13:38:20 +00:00
pip install -r requirements.txt
python -m PyInstaller --onefile crater.py
chmod +x dist/crater
sudo mv dist/crater /usr/local/bin/
rm -rf dist build crater.spec