From 839215c43725110f704e6463698339916cff5745 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 31 Jan 2023 20:58:20 +0100 Subject: [PATCH] Fix Doc box error --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 793e86319..1c0aed7ba 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -30,7 +30,7 @@ The easiest way to install and run Freqtrade is to clone the bot Github reposito !!! Warning "Up-to-date clock" The clock on the system running the bot must be accurate, synchronized to a NTP server frequently enough to avoid problems with communication to the exchanges. -!!! Error: Running setup.py install for gym did not run successfully. +!!! Error "Running setup.py install for gym did not run successfully." If you get an error related with gym we suggest you to downgrade setuptools it to version 65.5.0 you can do it with the following command: ```bash pip install setuptools==65.5.0