mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
more info for the pip installation
This commit is contained in:
parent
2e4fba933b
commit
47fba63fc0
@ -79,10 +79,14 @@ sudo dpkg -i python3-key-mapper_0.1.0-1_all.deb
|
|||||||
|
|
||||||
##### Git/pip
|
##### 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
|
```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
|
sudo pip install git+https://github.com/sezanzeb/key-mapper.git
|
||||||
# or
|
# method 2
|
||||||
git clone https://github.com/sezanzeb/key-mapper.git
|
git clone https://github.com/sezanzeb/key-mapper.git
|
||||||
cd key-mapper && sudo python3 setup.py install
|
cd key-mapper && sudo python3 setup.py install
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user