Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsalamon authored Oct 3, 2017
1 parent 541d7a2 commit 4b4822e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,19 @@ On windows you can use the provided installation binaries:

### Installing Scaper

Clone or pull the lastest version:
The simplest way to install scaper is by using `pip`, which will also install the required dependencies if needed. To install scaper using pip, simply run:

```
pip install scaper
```

To install the latest version of scaper from source, clone or pull the lastest version:

```
git clone [email protected]:justinsalamon/scaper.git
```

Install using pip to handle python dependencies:
Then enter the source folder and install using pip to handle python dependencies:

```
cd scaper
Expand Down

0 comments on commit 4b4822e

Please sign in to comment.