deb-dependencies-install.sh 278 B

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