mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Install pyzbar Python library
This commit is contained in:
@@ -93,8 +93,8 @@ code --install-extension ms-vscode.cpptools
|
||||
code --install-extension streetsidesoftware.code-spell-checker
|
||||
code --install-extension eamodio.gitlens
|
||||
|
||||
echo "--- Installing pylint"
|
||||
/usr/bin/python3 -m pip install -U pylint --user
|
||||
echo "--- Installing additional Python packages"
|
||||
/usr/bin/python3 -m pip install -U pylint pyzbar --user
|
||||
|
||||
echo "--- Exposing examples"
|
||||
ln -s ${HOME}/catkin_ws/src/clover/clover/examples ${HOME}/
|
||||
|
||||
Reference in New Issue
Block a user