Skip to content

Build

After installing prerequisites and cloning the repository, you can build the async Python client using the dev.py CLI utility that can be found in the root python/ directory.

Terminal window
# Build the async client in release mode
python3 dev.py build --client async --mode release
  • Use --mode debug (default) when developing or debugging.
  • Use --mode release when measuring performance or preparing production builds.

Run the following to see all available commands:

Terminal window
python3 dev.py --help