fixed some installation issues

pull/14/head
sezanzeb 4 years ago
parent 000b8bbd6a
commit 7209dbf1e0

@ -21,7 +21,9 @@ You can also start it via your applications menu.
# Dependencies
`python-evdev`
Depending on how those packages are called in your distro:
`python3-distutils-extra` `python3-evdev`
# Tests

@ -29,7 +29,7 @@ import pkg_resources
def get_data_path(filename=''):
"""Depending on the installation prefix, return the data dir."""
source_path = pkg_resources.require('keymapper')[0].location
source_path = pkg_resources.require('key-mapper')[0].location
# depending on where this file is installed to, make sure to use the proper
# prefix path for data

Loading…
Cancel
Save