Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 377 Bytes

File metadata and controls

4 lines (3 loc) · 377 Bytes

Python bindings usage

After building into (repo root)/build with the GENERATE_PYTHON_BINDINGS option, run the CreateLink script to make the bindings module accessible here. If you built the binaries into a different path, you will have to modify the script.

Then, you can access the library as seen in the RunSimulation example.