From 07e9ec02574cdeac48fd8207a10aadc8e07c8269 Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Fri, 15 Jan 2016 11:07:29 +0100 Subject: [PATCH] add notes on how to install latest trunk --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f59c8f..48cbfed 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,20 @@ This Github repository is the official one. The official website as well as olde ## Installation -Scour requires [Python](https://www.python.org) 2.6 or 2.7 (Python 3 currently does NOT work - see [here](https://github.com/codedread/scour/issues/30)). Further, for installation, use [pip](https://pip.pypa.io): +Scour requires [Python](https://www.python.org) 2.6 or 2.7 (Python 3 currently does NOT work - see [here](https://github.com/codedread/scour/issues/30)). Further, for installation, [pip](https://pip.pypa.io) should be used. + +To install the [latest release](https://pypi.python.org/pypi/scour) of Scour from PyPI: ```console pip install scour ``` +To install the [latest trunk](https://github.com/codedread/scour) version (which might be broken!) from GitHub: + +```console +pip install https://github.com/codedread/scour/archive/master.zip +``` + ## Usage Standard: