Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 387 Bytes

installation.rst

File metadata and controls

22 lines (12 loc) · 387 Bytes

Installation

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

pip3 install reactivex --pre

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