SCDV is developed in Python using [Qt for Python](https://wiki.qt.io/Qt_for_Python). The Python version must be the same as the currently supported version of Blender so that the SCDV [Blender add-on](/blender) will function smoothly.
-[Black](https://black.readthedocs.io/en/stable/) for code style/formatting
...
...
@@ -19,13 +17,13 @@ SCDV is developed in Python using [Qt for Python](https://wiki.qt.io/Qt_for_Pyth
As stated above, SCDV uses [Poetry][] to manage dependencies and requirements. See the `pyproject.toml` file in the repo for what python dependencies are being used in SCDV. During development, however, many changes may actually be done in [scdatatools][]. It's recommended to clone both projects, then use `pip install -e` the local version of scdatatools.
## Developer Quick Start
# Developer Quick Start
While there are many ways to configure your development environment, the following methods are known to work/repeatable.
### System Dependencies
## System Dependencies
#### Windows
### Windows
> All command snippets are assumed to be in Git Bash unless specifically stated otherwise