Installation¶
Requirements¶
- Python 3.9 or higher
- pip (Python package installer)
Installation Methods¶
From PyPI¶
The easiest way to install RxInferClient is using pip:
From Source¶
If you want to install the latest development version or contribute to the project:
-
Clone the repository:
-
Create and activate a virtual environment (recommended):
-
Install the package in development mode with all dependencies:
Development Setup¶
For development, you'll need additional tools. The development setup includes:
-
Install development dependencies:
-
Generate the OpenAPI client code:
-
Run tests to verify the installation: