Added requirements notice in README.md

This commit is contained in:
BlueFox 2023-11-26 21:17:56 +01:00
parent 07fc08e553
commit 3463ffe84d

20
README.md Normal file → Executable file
View File

@ -7,12 +7,22 @@ needed - a currency to convert all stock prices to.
## 1. Installation
### 1.1 Requirements
### 1.1 Requirements
Python >= 2.7, 3.4+
Pandas (tested to work with >=0.23.1)
Numpy >= 1.11.1
requests >= 2.14.2
lxml >= 4.5.1
Pandas >= 1.3.0
Numpy >= 1.16.5
requests >= 2.31
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
To get started using the library, the pip packages named in 1.1 have to be