🚀 Installation Guide

Get started with Quantum SafeML in just a few simple steps. We'll take you from installing the package to running your first secure ML model.

1️⃣ Install via pip

2️⃣ Create a Python Environment

python -m venv safeml-env
source safeml-env/bin/activate  # or .\safeml-env\Scripts\activate (Windows)

3️⃣ Verify the Installation

python -c "import safeml; print(safeml.__version__)"