File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 17
17
<li>requests</li>
18
18
<li>bs4</li>
19
19
</ul >
20
- <span style = " text-decoration : underline ; " >< strong >Installation :</strong ></ span >
20
+ <h3 >Install required dependencies :</h3 >
21
21
<ul >
22
- <li>sudo apt-get python3-pip</li>
23
- <li>pip3 install requests</li>
24
- <li>pip3 install bs4</li>
25
- </ul >
22
+ <li>clone or download it from <a href="https://github.com/rajat4665/web-scraping-with-python" target="_blank" rel="noopener">here</a></li>
23
+ <li>install requirements.txt file</li>
24
+ <li><code>pip install -r requirements.txt</code></li>
25
+
26
+ </ul >
26
27
27
28
<h2 > How to run this code</h2 >
28
29
<ul >
29
30
<li>there are two source code files, one is .py extention and another is .ipynb extention</li>
30
31
<li>one can run Scraping with BeautifulSoup.py file in python by run this cammand in terminal "python3 Web Scraping with BeautifulSoup.py"</li>
31
32
<li>one can run Scraping with BeautifulSoup.ipynb file in jupyter notebook /li>
32
33
<li>one can install juypyter notebook by this command "pip3 install jupyter"</li>
34
+ <li> CLI scraping tool is underdevelopment only beta version is available now </li>
33
35
</ul >
You can’t perform that action at this time.
0 commit comments