1234567891011121314151617181920 |
- #!/bin/sh
- exec apt install \
- build-essential \
- cython3 \
- devscripts \
- git \
- pypy \
- pypy-coverage \
- pypy-dev \
- python3 \
- python3-cffi \
- python3-coverage \
- python3-dev \
- python3-nose \
- python3-pyqt5 \
- python3-pyside \
- python3-serial \
- time
|