60 | | apt-get install libpam-dev xserver-xorg-video-dummy xvfb keyboard-configuration |
| 64 | apt-get install python-gtkglext1 python-opengl python-numpy python-pil |
| 65 | }}} |
| 66 | * python3 opengl and rendering: |
| 67 | {{{ |
| 68 | apt-get install python3-opengl python3-numpy python3-pil |
| 69 | }}} |
| 70 | * python2 network bits: |
| 71 | {{{ |
| 72 | apt-get install python-rencode python-lz4 python-dbus python-cryptography \ |
| 73 | python-avahi python-netifaces python-yaml python-lzo |
| 74 | }}} |
| 75 | * python3 network bits: |
| 76 | {{{ |
| 77 | apt-get install python3-rencode python3-lz4 python3-dbus python3-cryptography \ |
| 78 | python3-avahi python3-netifaces python3-yaml python3-lzo |
| 79 | }}} |
| 80 | * misc python2: |
| 81 | {{{ |
| 82 | apt-get install python-setproctitle python-xdg python-pyinotify python-opencv \ |
| 83 | python-pycuda |
| 84 | }}} |
| 85 | * misc python3: |
| 86 | {{{ |
| 87 | apt-get install python3-setproctitle python3-xdg python3-pyinotify python3-opencv \ |
| 88 | python3-pycuda |
| 89 | }}} |
| 90 | * misc X11: |
| 91 | {{{ |
| 92 | apt-get install libpam-dev xserver-xorg-video-dummy xvfb keyboard-configuration |
| 93 | }}} |
| 94 | * authentication modules: |
| 95 | {{{ |
| 96 | apt-get install python-kerberos python-gssapi |