deb-dependencies-install.sh 247 B

12345678910111213141516171819
  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-nose \
  15. python3-pyqt5 \
  16. python3-pyside \
  17. python3-serial