Files
RadioPhotonic_PCB_PC_software/deploy

7 lines
140 B
Bash
Executable File

#!/usr/bin/bash
sudo apt install python3-venv
python3 -m venv .venv
source .venv/bin/activate
pip install FreeSimpleGUI PySerial
deactivate