From d1804dee6b2675e1353919eef71f965a91093e05 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 4 Jan 2021 09:40:17 +0100 Subject: [PATCH] Add note about python-dev dependency --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index be98c45a8..73e791c56 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -34,7 +34,8 @@ The easiest way to install and run Freqtrade is to clone the bot Github reposito When cloning the repository the default working branch has the name `develop`. This branch contains all last features (can be considered as relatively stable, thanks to automated tests). The `stable` branch contains the code of the last release (done usually once per month on an approximately one week old snapshot of the `develop` branch to prevent packaging bugs, so potentially it's more stable). !!! Note - Python3.7 or higher and the corresponding `pip` are assumed to be available. The install-script will warn you and stop if that's not the case. `git` is also needed to clone the Freqtrade repository. + Python3.7 or higher and the corresponding `pip` are assumed to be available. The install-script will warn you and stop if that's not the case. `git` is also needed to clone the Freqtrade repository. + Also, python headers (`python-dev` / `python-devel`) must be available for the installation to complete successfully. This can be achieved with the following commands: