Updated the python dependencies to include "evdev" for the latest gamepad support.
This commit is contained in:
BIN
installer/python-packages/evdev-1.6.0.tar.gz
Normal file
BIN
installer/python-packages/evdev-1.6.0.tar.gz
Normal file
Binary file not shown.
@@ -1 +1,2 @@
|
|||||||
watchdog==0.10.6
|
watchdog==0.10.6
|
||||||
|
evdev==1.6.0
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
#!/bin/bash -ex
|
#!/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
|
pip3 download -d installer/python-packages -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user