merge develop into feat/freqai-rl-dev

This commit is contained in:
robcaulk
2022-11-24 18:50:11 +01:00
17 changed files with 132 additions and 64 deletions

View File

@@ -83,7 +83,7 @@ function updateenv() {
dev=$REPLY
if [[ $REPLY =~ ^[Yy]$ ]]
then
REQUIREMENTS_FREQAI="-r requirements-freqai.txt"
REQUIREMENTS_FREQAI="-r requirements-freqai.txt --use-pep517"
read -p "Do you also want dependencies for freqai-rl (~700mb additional space required) [y/N]? "
dev=$REPLY
if [[ $REPLY =~ ^[Yy]$ ]]