add notes on how to install latest trunk
This commit is contained in:
parent
f05d73b859
commit
07e9ec0257
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -10,12 +10,20 @@ This Github repository is the official one. The official website as well as olde
|
||||||
|
|
||||||
## Installation
|
## 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
|
```console
|
||||||
pip install scour
|
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
|
## Usage
|
||||||
|
|
||||||
Standard:
|
Standard:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue