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.
Examples:
Section titled “Examples:”# Build the async client in release modepython3 dev.py build --client async --mode releaseNotes on Build Modes
Section titled “Notes on Build Modes”- Use
--mode debug(default) when developing or debugging. - Use
--mode releasewhen measuring performance or preparing production builds.
Run the following to see all available commands:
python3 dev.py --help