Voxel Dev Workspace ## Setup Install python, pip, venv, mypy, vscode, vscode python extensions Create a venv ``` python -m venv .venv ``` Activate the venv ``` source ./.venv/Scripts/activate ``` Install the prereq's ``` pip install -r ./requirements.txt ```