We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573368b commit 24192b1Copy full SHA for 24192b1
README.md
@@ -19,6 +19,16 @@ To run our example scraper, you are going to need these libraries:
19
* [BeautifulSoup](https://pypi.org/project/beautifulsoup4/)
20
* [Requests](https://pypi.org/project/requests/)
21
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
32
## List of contents
33
34
- [Introduction](#introduction)
0 commit comments