mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
fix an omission
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -75,7 +75,7 @@ function updateenv() {
|
||||
fi
|
||||
if [ "${SYS_ARCH}" == "armv7l" ] || [ "${SYS_ARCH}" == "armv6l" ]; then
|
||||
echo "Detected Raspberry, installing cython, skipping hyperopt installation."
|
||||
${PYTHON} -m uv pip install --upgrade cython
|
||||
${PIP} install --upgrade cython
|
||||
else
|
||||
# Is not Raspberry
|
||||
read -p "Do you want to install hyperopt dependencies [y/N]? "
|
||||
|
||||
Reference in New Issue
Block a user