This commit is contained in:
Leonardo Custodio 2023-01-31 12:46:21 -03:00
parent baf2090f9e
commit 152aa994a6
No known key found for this signature in database
GPG Key ID: 75395C390F500F31
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ The easiest way to install and run Freqtrade is to clone the bot Github reposito
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.
If you get an error related with gym we suggest you to downgrade it to version 65.5.0 you can do it with the following command:
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
```