Skip to main content

Installation

Install gradgen

It is recommended that you use a virtual environment with Python 3.13. Install gradgen using

pip install gradgen

Install Rust

To use the auto-generated Rust code, you need to have installed Rust on your system. You will find instructions here. After you install Rust, we recommend that you also install cargo-fmt with

rustup component add rustfmt