From 1a34af83655e0165c7365ceba2bc6f36519cf6fe Mon Sep 17 00:00:00 2001 From: Kuy Krawczeniuk Date: Thu, 25 Mar 2021 00:34:13 -0700 Subject: [PATCH] Specify which versions of Python Freqtrade successfully builds on. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index d2661f88f..a1c4e86d2 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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)