Go to file
2024-03-12 18:40:49 -04:00
.vscode first commit 2024-03-12 18:40:49 -04:00
src first commit 2024-03-12 18:40:49 -04:00
.gitignore first commit 2024-03-12 18:40:49 -04:00
mypy.ini first commit 2024-03-12 18:40:49 -04:00
pyproject.toml first commit 2024-03-12 18:40:49 -04:00
README.md first commit 2024-03-12 18:40:49 -04:00
requirements.txt first commit 2024-03-12 18:40:49 -04:00
setup.cfg first commit 2024-03-12 18:40:49 -04:00
setup.py first commit 2024-03-12 18:40:49 -04:00

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