From 56f897a383b209eb4a60cc082a4fd2fe39f0ee72 Mon Sep 17 00:00:00 2001 From: JTimNolan Date: Fri, 4 Sep 2015 18:11:34 -0500 Subject: [PATCH] Add section for Dependencies Additionally, added subsection for windows-specific quirks with python 3.4,pip and x64. --- source/components/keyboard.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/components/keyboard.markdown b/source/components/keyboard.markdown index 28ef17fc7df..ff5b96a1bcc 100644 --- a/source/components/keyboard.markdown +++ b/source/components/keyboard.markdown @@ -24,3 +24,17 @@ To load this component, add the following lines to your `configuration.yaml`: ``` keyboard: ``` + +## {% linkable_title Dependencies %} + +You may need to install platform-specific [dependencies for PyUserInput](https://github.com/SavinaRoja/PyUserInput#dependencies) in order to use the keyboard component. In most cases this can be done by running: + +``` +pip3 install [package name] +``` + +#### {% linkable_title Windows %} + +x64 Windows users may have trouble installing pywin through pip. Using an [executable installer](http://sourceforge.net/projects/pywin32/files/pywin32/) should work around this issue. + +[Similar installers](http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyhook) (unofficial) for pyhook have been ported to python 3.4 and should help with x64 pip issues with pyhook.