Skip to content

Installation

Install from Git

git clone https://github.com/shirecoding/RxPipes.git
cd RxPipes
pip3 install ./

Install from PyPI

pip install rxpipes

Install with test + dev libraries

pip install rxpipes[test]
pip install rxpipes[docs]