mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
2
setup.sh
2
setup.sh
@@ -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