- Install
nox
in the activated environment:pip install nox
. - Run
nox --session install
to install Python dependencies. - Install test dependencies
python -m pip install -r src/test/python_tests/requirements.txt && python -m pip install -e .
. You will have to install these to run tests from the Test Explorer. - Run:
Debug Extension and Python
. nox --session build_package
to build the extension.