# Installation ## 🛠️ From source (recommended) ```bash # 1) Clone the repository git clone https://github.com/ViviamSB/SYNCO cd synco # 2) Create a fresh environment (conda or venv) # Using conda: conda create -n synco python=3.11 -y conda activate synco # Or using venv: python -m venv .venv source .venv/bin/activate # Windows: .venv\Scripts\activate # 3) Install in editable mode pip install -U pip pip install -e . ``` ## ⚡ From PyPI > 📝 Once the package is published to PyPI: ```bash pip install synco ``` ## 🔗 Source code The source code is available at [github.com/ViviamSB/SYNCO](https://github.com/ViviamSB/SYNCO).