From 5f0a15eaabf1c738f7131a10ed2f2e9bf704f65b Mon Sep 17 00:00:00 2001 From: Masafumi Oyamada Date: Wed, 3 Jan 2018 11:17:43 +0900 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 740532f..aab9754 100644 --- a/README.md +++ b/README.md @@ -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