-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
541d7a2
commit 4b4822e
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|