deb-dependencies-install.sh 293 B

1234567891011121314151617181920
  1. #!/bin/sh
  2. exec apt install \
  3. build-essential \
  4. cython3 \
  5. devscripts \
  6. git \
  7. pypy \
  8. pypy-coverage \
  9. pypy-dev \
  10. python3 \
  11. python3-cffi \
  12. python3-coverage \
  13. python3-dev \
  14. python3-pyqt5 \
  15. python3-pyside2.qtcore \
  16. python3-pyside2.qtgui \
  17. python3-pyside2.qtwidgets \
  18. python3-serial