Skip to content

Commit

Permalink
Merge pull request freqtrade#3952 from Samaoo/patch-1
Browse files Browse the repository at this point in the history
Fix typo in windows installation docs
  • Loading branch information
xmatthias authored Nov 15, 2020
2 parents 34120f6 + 7243c8e commit 0612658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/windows_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0612658

Please sign in to comment.