File: installation.rst

package info (click to toggle)
python-rx 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,204 kB
  • sloc: python: 39,525; javascript: 77; makefile: 24
file content (23 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. Installation

Installation
============

ReactiveX for Python (RxPY) v4.x runs on `Python
<http://www.python.org/>`__ 3. To install:

.. code:: console

    pip3 install reactivex

RxPY v3.x runs on `Python <http://www.python.org/>`__ 3. To install RxPY:

.. code:: console

    pip3 install rx

For Python 2.x you need to use version 1.6

.. code:: console

    pip install rx==1.6.1