Skip to content

Commit

Permalink
Avoid installing data_files incorrectly with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb authored Oct 2, 2021
1 parent 7fe5121 commit ea658b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sudo apt install ./dist/key-mapper-1.1.0.deb
##### pip

```bash
sudo pip install git+https://github.com/sezanzeb/key-mapper.git
sudo pip install --no-binary :all: git+https://github.com/sezanzeb/key-mapper.git
sudo systemctl enable key-mapper
sudo systemctl restart key-mapper
```
Expand Down

0 comments on commit ea658b6

Please sign in to comment.