setup.sh: actually install all dependencies
This commit is contained in:
parent
cdc96136bc
commit
acccc5e31e
4
setup.sh
4
setup.sh
@ -62,6 +62,10 @@ function updateenv() {
|
|||||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||||
then
|
then
|
||||||
REQUIREMENTS=requirements-dev.txt
|
REQUIREMENTS=requirements-dev.txt
|
||||||
|
REQUIREMENTS_PLOT="-r requirements-plot.txt"
|
||||||
|
REQUIREMENTS_HYPEROPT="-r requirements-hyperopt.txt"
|
||||||
|
REQUIREMENTS_FREQAI="-r requirements-freqai.txt"
|
||||||
|
REQUIREMENTS_FREQAI_RL="-r requirements-freqai-rl.txt"
|
||||||
else
|
else
|
||||||
# requirements-dev.txt includes all the below requirements already, so further questions are pointless.
|
# requirements-dev.txt includes all the below requirements already, so further questions are pointless.
|
||||||
read -p "Do you want to install plotting dependencies (plotly) [y/N]? "
|
read -p "Do you want to install plotting dependencies (plotly) [y/N]? "
|
||||||
|
Loading…
Reference in New Issue
Block a user