Added requirements notice in README.md
This commit is contained in:
parent
07fc08e553
commit
3463ffe84d
20
README.md
Normal file → Executable file
20
README.md
Normal file → Executable file
@ -7,12 +7,22 @@ needed - a currency to convert all stock prices to.
|
|||||||
|
|
||||||
## 1. Installation
|
## 1. Installation
|
||||||
|
|
||||||
### 1.1 Requirements
|
### 1.1 Requirements
|
||||||
|
|
||||||
Python >= 2.7, 3.4+
|
Python >= 2.7, 3.4+
|
||||||
Pandas (tested to work with >=0.23.1)
|
Pandas >= 1.3.0
|
||||||
Numpy >= 1.11.1
|
Numpy >= 1.16.5
|
||||||
requests >= 2.14.2
|
requests >= 2.31
|
||||||
lxml >= 4.5.1
|
lxml >= 4.9.1
|
||||||
|
appdirs >= 1.4.4
|
||||||
|
pytz >=2022.5
|
||||||
|
frozendict >= 2.3.4
|
||||||
|
beautifulsoup4 >= 4.11.1
|
||||||
|
html5lib >= 1.1
|
||||||
|
peewee >= 3.16.2
|
||||||
|
|
||||||
|
Requirements from yfinance
|
||||||
|
[[see also]](https://pypi.org/project/yfinance/)
|
||||||
|
|
||||||
### 1.2 Installing these
|
### 1.2 Installing these
|
||||||
To get started using the library, the pip packages named in 1.1 have to be
|
To get started using the library, the pip packages named in 1.1 have to be
|
||||||
|
Loading…
Reference in New Issue
Block a user