-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
automation edited this page Aug 8, 2025
·
1 revision
pip install statclean- Python 3.7+
- numpy >= 1.19.0
- pandas >= 1.2.0
- matplotlib >= 3.3.0
- seaborn >= 0.11.0
- scipy >= 1.6.0
- tqdm >= 4.60.0
git clone https://github.com/SubaashNair/StatClean.git
cd StatClean
pip install -e .from statclean import StatClean
print("Installation successful!")