Added requirements notice in README.md

This commit is contained in:
2023-11-26 21:17:56 +01:00
parent 07fc08e553
commit 3463ffe84d
Regular → Executable
+14 -4
View File
@@ -8,11 +8,21 @@ 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