| .vscode | ||
| src | ||
| .gitignore | ||
| mypy.ini | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
| setup.cfg | ||
| setup.py | ||
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