From 4ac588912390b89ebc439ef1742060641efb692e Mon Sep 17 00:00:00 2001 From: "Fabien C. Y. Benureau" Date: Sun, 9 Jul 2017 20:58:56 +0200 Subject: [PATCH] Update installation section in readme --- readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 6a93968..273f733 100644 --- a/readme.md +++ b/readme.md @@ -15,11 +15,13 @@ Pubs is built with the following principles in mind: ## Installation -Until pubs is uploaded to Pypi, the standard way to install it is to clone the repository and call `setup.py`. +Currently, the Pypi version is outdated. You can install the development version of `pubs`, which should be stable, with: - git clone https://github.com/pubs/pubs.git - cd pubs - sudo python setup.py install # remove sudo and add --user for local installation instead + pip install --upgrade git+https://github.com/pubs/pubs + +If `pubs` is already installed, you can upgrade with: + + pip install --upgrade git+https://github.com/pubs/pubs Alternatively Arch Linux users can also use the [pubs-git](https://aur.archlinux.org/packages/pubs-git/) AUR package.