From 7209dbf1e0247a3b729105d6e06d607150856344 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sat, 21 Nov 2020 14:57:08 +0100 Subject: [PATCH] fixed some installation issues --- README.md | 4 +++- keymapper/data.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6313868..02704b89 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/keymapper/data.py b/keymapper/data.py index ed95b279..18cb6c93 100644 --- a/keymapper/data.py +++ b/keymapper/data.py @@ -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