Installation

Install riverapi (note that river can be troublesome with just pip needing to compile numpy, etc., it’s recommended to use conda and we will have a conda package soon).

conda create --name ml
conda activate ml
conda install river
pip install riverapi

or development from the code:

$ git clone https://github.com/vsoch/riverapi
$ cd riverapi
$ pip install -e .

Next check out the User Guide pages for more detail to use the library.