From 7243c8ee56852d1fd649ffcbc5bff28fd57e7e8a Mon Sep 17 00:00:00 2001 From: SamVerhaegen Date: Sun, 15 Nov 2020 13:06:05 +0100 Subject: [PATCH] Fix typo in windows installation docs. --- docs/windows_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/windows_installation.md b/docs/windows_installation.md index 0ef0f131f..924459a6d 100644 --- a/docs/windows_installation.md +++ b/docs/windows_installation.md @@ -32,7 +32,7 @@ python -m venv .env .env\Scripts\activate.ps1 # optionally install ta-lib from wheel # Eventually adjust the below filename to match the downloaded wheel -pip install build_helpes/TA_Lib‑0.4.19‑cp38‑cp38‑win_amd64.whl +pip install build_helpers/TA_Lib-0.4.19-cp38-cp38-win_amd64.whl pip install -r requirements.txt pip install -e . freqtrade