From 4278c5a24ad80a390484c8dd451c4eb338295cc6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 5 Dec 2021 09:24:40 +0100 Subject: [PATCH] add note about arm64 installation closes #6025 --- docs/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index ee7ffe55d..dbd763414 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -36,6 +36,10 @@ The easiest way to install and run Freqtrade is to clone the bot Github reposito These requirements apply to both [Script Installation](#script-installation) and [Manual Installation](#manual-installation). +!!! Note + If you are running an ARM64 system (like a MacOS M1 or an Oracle VM), please use [docker](docker_quickstart.md) to run freqtrade. + While native installation is possible, this is not supported at the moment. + ### Install guide * [Python >= 3.7.x](http://docs.python-guide.org/en/latest/starting/installation/)