File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ This library provides Python API to dxfeed via C API. The code is written in Pyt
4
4
5
5
## Installation
6
6
7
- ** Requirements:** python >3.6, cython, pandas
7
+ ** Requirements:** python >3.6, pandas
8
8
9
9
``` python
10
- pip3 install cython pandas
10
+ pip3 install pandas
11
11
```
12
12
13
- Install package itself
13
+ Install package via PyPI
14
14
15
15
``` python
16
- pip3 install dxpyfeed - x.x.x.tar.gz
16
+ pip3 install dxfeed
17
17
```
18
18
19
19
## Basic usage
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ Installation
10
10
11
11
pip3 install pandas
12
12
13
- The easiest way to install dxpyfeed is to use pip
13
+ The easiest way to install dxfeed is to use pip
14
14
15
15
.. code-block :: bash
16
16
17
- pip3 install dxpyfeed-x.x.x.tar.gz
17
+ pip3 install dxfeed
18
18
19
19
.. warning ::
20
20
Package is not available on MacOS for now
You can’t perform that action at this time.
0 commit comments