mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Include Raspberry Pi armv6 (0, 0W,...)
This commit is contained in:
parent
4ce1375bf3
commit
fb6beb90e8
2
setup.sh
2
setup.sh
|
@ -62,7 +62,7 @@ function updateenv() {
|
|||
then
|
||||
REQUIREMENTS_PLOT="-r requirements-plot.txt"
|
||||
fi
|
||||
if [ "${SYS_ARCH}" == "armv7l" ]; then
|
||||
if [ "${SYS_ARCH}" == "armv7l" ] || [ "${SYS_ARCH}" == "armv6l" ]; then
|
||||
echo "Detected Raspberry, installing cython, skipping hyperopt installation."
|
||||
${PYTHON} -m pip install --upgrade cython
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user