Getting Started =============================== .. _installation: Installation ------------ First create a virtual environment and activate it:: python3 -m venv venv source venv/bin/activate To install the package, simply run:: pip install anonymization-sdk .. _quickstart: Quickstart ---------- The anonymization-sdk is divided into different modules. Each module has a set of functions that can be used to interact with the Anonymize API. The modules are: - Auth: This module contains functions related to user authentication. - Infer: This module contains functions related to the inference.