Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 638 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 638 Bytes

deeptime

Build Status

For usage, please refer to deeptime-ml.github.io.

Installation instructions until first release is on conda-forge and pip:

git clone https://github.com/deeptime-ml/deeptime.git

cd deeptime
git submodule update --init

conda install numpy scipy cython scikit-learn

python setup.py install

or

pip install git+https://github.com/deeptime-ml/deeptime.git@master