InstallationΒΆ

ReactiveX for Python (RxPY) v4.x runs on Python 3. To install:

pip3 install reactivex

RxPY v3.x runs on Python 3. To install RxPY:

pip3 install rx

For Python 2.x you need to use version 1.6

pip install rx==1.6.1