diff --git a/setup b/setup index 7b13f29..d4d227a 100755 --- a/setup +++ b/setup @@ -4,7 +4,8 @@ git submodule init remote-evdev git submodule update remote-evdev PYTHON="$(whatis -w 'python3.1*' | cut -d " " -f1)" PIP="$PYTHON -m pip" -$PIP install remote-evdev +$PIP install wheel +$PIP install ./remote-evdev if [ -z ${var+x} ]; then cp vm_guest_example.sh guest cp vm_host_example.sh host