Skip to content

Commit 2ef705a

Browse files
committed
[EN-1335] installation instructions corrected
1 parent c28ee9d commit 2ef705a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)