ESP32-discord/start.ps1

8 lines
158 B
PowerShell

# Activate the virtual environment
& .venv\Scripts\activate
# Run the Python script
python main.py -com=COM3
# Deactivate the virtual environment
deactivate