ESP32-discord/start.ps1

8 lines
148 B
PowerShell

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