Add note about python-dev dependency

This commit is contained in:
Matthias 2021-01-04 09:40:17 +01:00
parent 9e84dd9274
commit d1804dee6b
1 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ The easiest way to install and run Freqtrade is to clone the bot Github reposito
!!! 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.
Also, python headers (`python<yourversion>-dev` / `python<yourversion>-devel`) must be available for the installation to complete successfully.
This can be achieved with the following commands: