From 396a92f9ce10488f09da5ae7f296ea88cd66fefd Mon Sep 17 00:00:00 2001 From: goldcove Date: Sat, 18 Feb 2017 20:57:27 +0100 Subject: [PATCH] Update README.rst Using pip to install git master instead of release version. --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 2c540d0..617cd3d 100644 --- a/README.rst +++ b/README.rst @@ -84,6 +84,12 @@ You can install it locally only for your current user by running this (without ` Executables will be then placed in ``~/.local/bin`` directory, you can add it to your PATH in ``~/.bashrc``. +*Install from Git repository instead of release version* +:: + git clone https://aur.archlinux.org/qspectrumanalyzer.git +   cd qspectrumanalyzer + pip3 install --user qspectrumanalyzer . + Todo: -----