Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mooz committed Jan 3, 2018
1 parent 0ed3579 commit 5f0a15e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ The key remapping mechanism of `xkeysnail` is based on `pykeymacs`

## Installation

Requires root privilege and Python 3.
Requires root privilege and **Python 3**.

### Ubuntu

sudo apt install python3-pip
sudo pip install xkeysnail
sudo pip3 install xkeysnail

### From source

git clone --depth 1 https://github.com/mooz/xkeysnail.git
cd xkeysnail
sudo pip install --upgrade .
sudo pip3 install --upgrade .

## Usage

Expand Down

0 comments on commit 5f0a15e

Please sign in to comment.