docs: add "updating" notes to install sections

This commit is contained in:
Matthias
2026-01-25 08:27:06 +01:00
parent 1799aa33f9
commit 390d504cf2
2 changed files with 11 additions and 4 deletions

View File

@@ -11,6 +11,10 @@ The freqtrade documentation describes various ways to install freqtrade
Please consider using the prebuilt [docker images](docker_quickstart.md) to get started quickly while evaluating how freqtrade works. Please consider using the prebuilt [docker images](docker_quickstart.md) to get started quickly while evaluating how freqtrade works.
!!! Note "Updating"
Keeping freqtrade updated is important to [ensure ongoing compatibility](updating.md#why-update) with exchange API's.
Please refer to the [updating guide](updating.md) for details on how to update your installation.
------ ------
## Information ## Information

View File

@@ -2,10 +2,14 @@
We **strongly** recommend that Windows users use [Docker](docker_quickstart.md) as this will work much easier and smoother (also more secure). We **strongly** recommend that Windows users use [Docker](docker_quickstart.md) as this will work much easier and smoother (also more secure).
If that is not possible, try using the Windows Linux subsystem (WSL) - for which the Ubuntu instructions should work. If that is not possible, try using the Windows Linux subsystem (WSL) - for which the Ubuntu instructions will work.
Otherwise, please follow the instructions below. If you really want to install freqtrade natively on Windows, please follow the instructions below.
All instructions assume that python 3.11+ is installed and available. All instructions assume that python 3.11+ is installed and available in your system PATH.
!!! Note "Updating"
Keeping freqtrade updated is important to [ensure ongoing compatibility](updating.md#why-update) with exchange API's.
Please refer to the [updating guide](updating.md) for details on how to update your installation.
## Clone the git repository ## Clone the git repository
@@ -38,7 +42,6 @@ cd freqtrade
!!! Hint !!! Hint
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. 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.
### Error during installation on Windows ### Error during installation on Windows
``` bash ``` bash