Auto-install Go and create Python venv in run_all.sh

This commit is contained in:
2026-08-07 14:06:18 -05:00
parent fcf55cc03c
commit 9aea92b21a
2 changed files with 89 additions and 10 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ Provides a webpage where voters can vote
## Quick Start
1. Create and activate a Python virtual environment:
```bash
python3 -m venv .env
source .env/bin/activate
python3 -m venv .venv
source .venv/bin/activate
```
2. Install dependencies: