You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/updating.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,3 @@ freqtrade install-ui
42
42
43
43
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).
44
44
Please refer to the corresponding installation sections (common problems linked below)
45
-
46
-
Common problems and their solutions:
47
-
48
-
*[ta-lib update on windows](windows_installation.md#install-ta-lib)
Copy file name to clipboardExpand all lines: docs/windows_installation.md
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,30 +38,6 @@ cd freqtrade
38
38
!!! Hint
39
39
Using the [Anaconda Distribution](https://www.anaconda.com/distribution/) under Windows can greatly help with installation problems. Check out the [Anaconda installation section](installation.md#installation-with-conda) in the documentation for more information.
40
40
41
-
### Install ta-lib
42
-
43
-
Install ta-lib according to the [ta-lib documentation](https://github.com/TA-Lib/ta-lib-python#windows).
44
-
45
-
As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), Freqtrade provides these dependencies (in the binary wheel format) for the latest 3 Python versions (3.11, 3.12 and 3.13) and for 64bit Windows.
46
-
These Wheels are also used by CI running on windows, and are therefore tested together with freqtrade.
47
-
48
-
Other versions must be downloaded from the above link.
49
-
50
-
```powershell
51
-
cd \path\freqtrade
52
-
python -m venv .venv
53
-
.venv\Scripts\activate.ps1
54
-
# optionally install ta-lib from wheel
55
-
# Eventually adjust the below filename to match the downloaded wheel
56
-
pip install --find-links build_helpers\ TA-Lib -U
57
-
pip install -r requirements.txt
58
-
pip install -e .
59
-
freqtrade
60
-
```
61
-
62
-
!!! Note "Use Powershell"
63
-
The above installation script assumes you're using powershell on a 64bit windows.
64
-
Commands for the legacy CMD windows console may differ.
0 commit comments