mirror of
https://github.com/ajouatom/openpilot.git
synced 2026-02-18 21:13:56 +08:00
Update251203 (#233)
This commit is contained in:
@@ -88,6 +88,12 @@ function launch {
|
||||
echo "shapely installing."
|
||||
pip install shapely
|
||||
fi
|
||||
if python -c "import kaitaistruct" > /dev/null 2>&1; then
|
||||
echo "kaitaistruct already installed."
|
||||
else
|
||||
echo "kaitaistruct installing."
|
||||
pip install kaitaistruct
|
||||
fi
|
||||
|
||||
# events language init
|
||||
#LANG=$(cat ${PARAMS_ROOT}/d/LanguageSetting)
|
||||
|
||||
Reference in New Issue
Block a user