-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Kathleen Sucipto edited this page Aug 26, 2020
·
5 revisions
Follow the 2 steps below to install.
- Other than Python (version >= 3.7) and R (version >= 3.6.1), install all required libraries listed in
requirements.txt
, specifically:
- jenkspy (version >= 0.1.5)
- Matplotlib (version >= 3.3.0)
- NumPy (version >= 1.19.0)
- pandas (version >= 1.0.5)
- PyYAML (version >= 5.3.1)
-
rpy2 (version >= 3.3.5) - Notes on installing
rpy2
in macOS - scikit-learn (version >= 0.23.1)
- SciPy (version >= 1.5.1)
- seaborn (version >= 0.10.1)
- statsmodels (version >= 0.11.1)
Users can either install them one-by-one or install all of them at once by running:
# for MacOS - read the notes on installing rpy2:
# specifically run 'env CC=/usr/local/Cellar/gcc/X.x.x/bin/gcc-X pip install rpy2'
# where X.x.x is the gcc version on the machine **BEFORE** running the following command
pip install -r requirements.txt
- Install with
setup.py
python setup.py install