Merge pull request #3952 from Samaoo/patch-1

Fix typo in windows installation docs
This commit is contained in:
Matthias 2020-11-15 15:56:20 +01:00 committed by GitHub
commit 0612658ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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_Lib0.4.19cp38cp38win_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