Specify which versions of Python Freqtrade successfully builds on.

This commit is contained in:
Kuy Krawczeniuk 2021-03-25 00:34:13 -07:00
parent ee82d36bef
commit 1a34af8365

View File

@ -38,7 +38,7 @@ These requirements apply to both [Script Installation](#script-installation) and
### Install guide
* [Python >= 3.7.x](http://docs.python-guide.org/en/latest/starting/installation/)
* [Python == 3.7.*, == 3.8.*](http://docs.python-guide.org/en/latest/starting/installation/)
* [pip](https://pip.pypa.io/en/stable/installing/)
* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* [virtualenv](https://virtualenv.pypa.io/en/stable/installation.html) (Recommended)