Installation¶
⚡ Quick install¶
pip install -e .
🛠️ From source¶
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
pyyamlin your environment. JSON configuration files work without extra packages.
For detailed installation instructions, troubleshooting, and virtual environment setup, see the INSTALL.md in the repository.
🔗 Source code¶
The source code is available at github.com/druglogics/celios.