From 47fba63fc08a500d05dd13353aae723862264512 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Thu, 3 Dec 2020 20:56:47 +0100 Subject: [PATCH] more info for the pip installation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e418105..2614c361 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,14 @@ sudo dpkg -i python3-key-mapper_0.1.0-1_all.deb ##### Git/pip +Depending on your distro, maybe you need to use both methods with --force +to get all your files properly in place and overwrite a previous installation +of key-mapper. + ```bash -# you may need to use --force to overwrite an existing source installation +# method 1 sudo pip install git+https://github.com/sezanzeb/key-mapper.git -# or +# method 2 git clone https://github.com/sezanzeb/key-mapper.git cd key-mapper && sudo python3 setup.py install ```