# Installation ## ⚡ Quick install ```bash pip install -e . ``` ## 🛠️ From source ```bash git clone https://github.com/druglogics/celios.git cd celios pip install -e . ``` ## 📋 Requirements Dependencies: `Python 3.8+`, `pandas`, `numpy`, `pyyaml` (optional). > 📝 **Note:** YAML configuration files require `pyyaml` in your environment. JSON configuration files work without extra packages. For detailed installation instructions, troubleshooting, and virtual environment setup, see the [INSTALL.md](https://github.com/druglogics/celios/blob/main/INSTALL.md) in the repository. ## 🔗 Source code The source code is available at [github.com/druglogics/celios](https://github.com/druglogics/celios).