Forked from
Eclipse Projects / aidge / aidge_export_cpp
145 commits behind the upstream repository.
-
Add dynamic version include in package init. Fix package find/data to include all packages except unit_tests. Remove unecessary build time dependency on toml. Add install instructions to README.md.
Add dynamic version include in package init. Fix package find/data to include all packages except unit_tests. Remove unecessary build time dependency on toml. Add install instructions to README.md.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 257 B
Aidge CPP Export
Use this module to export your Aidge model to a generic CPP export
Install
Install with:
pip install -v .
Development mode install
For editable/development mode, install with:
pip install -v --no-build-isolation -e .