Installation

rsdiv can be installed from pypi with:

pip install rsdiv

Installing with pip will use prebuilt binary wheels on x86_64 Linux, Windows and OSX.

Install the latest development version:

pip install --upgrade git+https://github.com/smartnews/rsdiv.git

Also, you can clone a project and install it from a source code

git clone https://github.com/smartnews/rsdiv.git
cd rsdiv
python setup.py install