- Install (poetry)[https://python-poetry.org/docs/#installation]
- ** Add poetry to
Path
env. variable **
- ** Add poetry to
- Add vortex path to environment variable
- Create a new user env. variable named: VORTEX_PATH
- Set it to Vortex installation path. Ex:
C:\CM Labs\Vortex Studio 2023.8
- For dev, clone the repo locally
https://github.com/Syoris/pyvortex/tree/main
- Add it to your project
poetry add --editable /path/to/pyvortex
Can also be added without cloning locally by adding this to pyproject.toml
:
pyvortex = { git = "https://github.com/Syoris/pyvortex.git", branch = "main" }