fix install.sh

This commit is contained in:
Ethan Roseman 2022-02-11 21:30:00 +09:00 committed by GitHub
parent 3a578399fb
commit e95694b499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ if [[ "$uname" == "Darwin" ]]; then
echo "Installing extra"
python3 -m pip install -U -r requirements_extra.txt || exit 1
fi
exit 0
fi
# Debian and derivatives (apt)