From 7bf1a92dc36088de6767bc704633cab63236045d Mon Sep 17 00:00:00 2001 From: misagh Date: Mon, 31 Dec 2018 11:12:56 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Cinofficial=E2=80=9D=20=3D>=20unofficia?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index d5c3e6293..6ee3b17dd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -445,7 +445,7 @@ copy paste `config.json` to ``\path\freqtrade-develop\freqtrade` Install ta-lib according to the [ta-lib documentation](https://github.com/mrjbq7/ta-lib#windows). -As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), there is also a repository of inofficial precompiled windows Wheels [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib), which needs to be downloaded and installed using `pip install TA_Lib‑0.4.17‑cp36‑cp36m‑win32.whl` (make sure to use the version matching your python version) +As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), there is also a repository of unofficial precompiled windows Wheels [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib), which needs to be downloaded and installed using `pip install TA_Lib‑0.4.17‑cp36‑cp36m‑win32.whl` (make sure to use the version matching your python version) ```cmd >cd \path\freqtrade-develop