Updated the python dependencies to include "evdev" for the latest gamepad support.

This commit is contained in:
David Carley
2022-08-31 13:51:18 +00:00
parent 6a63bd7a12
commit 0c58292347
3 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
#!/bin/bash -ex
# To use, copy this file, and requirements.txt into a folder on the controller, and run this script.
# Then, copy the contents of ./installer/python-packages back to your development environment
pip3 download -d installer/python-packages -r requirements.txt