Ask for hyperopt installation during setup

closes #2871
This commit is contained in:
Matthias
2020-11-30 21:10:11 +01:00
parent 95b24ba8a9
commit 5f70d1f9a7
2 changed files with 13 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ OS Specific steps are listed first, the [Common](#common) section below is neces
``` bash
sudo apt-get install python3-venv libatlas-base-dev
# Use pywheels.org to speed up installation
sudo echo "[global]\nextra-index-url=https://www.piwheels.org/simple" > sudo tee /etc/pip.conf
sudo echo "[global]\nextra-index-url=https://www.piwheels.org/simple" > tee /etc/pip.conf
git clone https://github.com/freqtrade/freqtrade.git
cd freqtrade