Installation Guide
Requirements
exploralytics requires:
Python >= 3.9
pandas >= 1.3.0
plotly >= 5.0.0
numpy >= 1.20.0
Installation
Via pip
The recommended way to install exploralytics is via pip:
pip install exploralytics
From Source
You can also install directly from the source code:
git clone https://github.com/jpcurada/exploralytics.git
cd exploralytics
pip install .