parent
d462f40299
commit
fad9026939
@ -37,3 +37,12 @@ pip install -e .
|
|||||||
# Ensure freqUI is at the latest version
|
# Ensure freqUI is at the latest version
|
||||||
freqtrade install-ui
|
freqtrade install-ui
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Problems updating
|
||||||
|
|
||||||
|
Update-problems usually come missing dependencies (you didn't follow the above instructions) - or from updated dependencies, which fail to install (for example TA-lib).
|
||||||
|
Please refer to the corresponding installation sections (common problems linked below)
|
||||||
|
|
||||||
|
Common problems and their solutions:
|
||||||
|
|
||||||
|
* [ta-lib update on windows](windows_installation.md#2-install-ta-lib)
|
||||||
|
@ -34,7 +34,7 @@ python -m venv .env
|
|||||||
.env\Scripts\activate.ps1
|
.env\Scripts\activate.ps1
|
||||||
# optionally install ta-lib from wheel
|
# optionally install ta-lib from wheel
|
||||||
# Eventually adjust the below filename to match the downloaded wheel
|
# Eventually adjust the below filename to match the downloaded wheel
|
||||||
pip install --find-links build_helpers\ TA-Lib
|
pip install --find-links build_helpers\ TA-Lib -U
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -e .
|
pip install -e .
|
||||||
freqtrade
|
freqtrade
|
||||||
|
Loading…
Reference in New Issue
Block a user