This repository uses uv for dependency management. If you're new to uv, you don't need to know much more than the commands we use in the build instructions. We recommend installing uv.
- In the
./kit/, run./repo.bat build uv run cad2usd
This will convert the nova_carter_full.step at the root of the rop and output a USD file in the same location.
uv run sphinx-build -M html docs/ docs/_build/uv run python -m http.server 8000 -d docs/_build/html/- In a web browser, open
http://localhost:8000