Skip to content

Commit 24192b1

Browse files
authoredJun 8, 2020
Update README.md
1 parent 573368b commit 24192b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

Diff for: ‎README.md

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ To run our example scraper, you are going to need these libraries:
1919
* [BeautifulSoup](https://pypi.org/project/beautifulsoup4/)
2020
* [Requests](https://pypi.org/project/requests/)
2121

22+
### Installation
23+
24+
To install the scraper example run:
25+
26+
`git clone https://github.com/Smartproxy/Python-scraper-tutorial.git`
27+
28+
or
29+
30+
`curl https://raw.githubusercontent.com/Smartproxy/Python-scraper-tutorial/master/scraper.py > scraper.py`
31+
2232
## List of contents
2333

2434
- [Introduction](#introduction)

0 commit comments

Comments
 (0)
Please sign in to comment.