- I recommend you use powershell (try to update: see) for following this course.
- I recommend you use Chocolatey as package installer (see Install)
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
make generate
choco install make
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
make generate
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
protoc -Iproto --python_out=proto proto/*.proto
python main.py