File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : ' 3.9'
22
22
23
- - name : Install dependencies
23
+ - name : Install dependencies and set version
24
24
run : |
25
- pip install poetry
26
- poetry install
25
+ pip install poetry dunamai
27
26
poetry version $(dunamai from any --no-metadata --style pep440)
28
27
29
28
- name : Build package
Original file line number Diff line number Diff line change 1
1
.. Installation
2
2
3
3
Installation
4
- =============
4
+ ============
5
+
6
+ ReactiveX for Python v4.x runs on `Python <http://www.python.org/ >`__ 3. To install:
7
+
8
+ .. code :: console
9
+
10
+ pip3 install reactivex
5
11
6
12
RxPY v3.x runs on `Python <http://www.python.org/ >`__ 3. To install RxPY:
7
13
8
- .. code :: python
14
+ .. code :: console
9
15
10
16
pip3 install rx
11
17
12
18
For Python 2.x you need to use version 1.6
13
19
14
- .. code :: python
20
+ .. code :: console
15
21
16
22
pip install rx==1.6.1
You can’t perform that action at this time.
0 commit comments