Skip to content

Installation

Install the Synthetic Users Python SDK.

Using pip

bash
pip install syntheticusers

Using poetry

bash
poetry add syntheticusers

From source

bash
git clone https://github.com/syntheticusers/sdk-python
cd sdk-python
pip install -e .

Verify Installation

python
import syntheticusers

print(syntheticusers.__version__)

Next Steps

Continue to the Quick Start guide to learn how to use the SDK.

Released under the MIT License.