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
44
55## Installation
66
7- ** Requirements:** python >3.6, cython, pandas
7+ ** Requirements:** python >3.6, pandas
88
99``` python
10- pip3 install cython pandas
10+ pip3 install pandas
1111```
1212
13- Install package itself
13+ Install package via PyPI
1414
1515``` python
16- pip3 install dxpyfeed - x.x.x.tar.gz
16+ pip3 install dxfeed
1717```
1818
1919## Basic usage
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ Installation
1010
1111 pip3 install pandas
1212
13- The easiest way to install dxpyfeed is to use pip
13+ The easiest way to install dxfeed is to use pip
1414
1515.. code-block :: bash
1616
17- pip3 install dxpyfeed-x.x.x.tar.gz
17+ pip3 install dxfeed
1818
1919 .. warning ::
2020 Package is not available on MacOS for now
You can’t perform that action at this time.
0 commit comments