Appearance
Installation
Install the Synthetic Users Python SDK.
Using pip
bash
pip install syntheticusersUsing poetry
bash
poetry add syntheticusersFrom 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.