@@ -92,7 +92,7 @@ function updateenv() {
|
||||
read -p "Do you want to install dependencies for freqai [y/N]? "
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
REQUIREMENTS_FREQAI="-r requirements-freqai.txt --use-pep517"
|
||||
REQUIREMENTS_FREQAI="-r requirements-freqai.txt"
|
||||
read -p "Do you also want dependencies for freqai-rl or PyTorch (~700mb additional space required) [y/N]? "
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user