Skip to content

Commit 597380e

Browse files
authored
Update readme.md
1 parent b3bca76 commit 597380e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@
1717
<li>requests</li>
1818
<li>bs4</li>
1919
</ul>
20-
<span style="text-decoration: underline;"><strong>Installation:</strong></span>
20+
<h3>Install required dependencies :</h3>
2121
<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>
2627

2728
<h2> How to run this code</h2>
2829
<ul>
2930
<li>there are two source code files, one is .py extention and another is .ipynb extention</li>
3031
<li>one can run Scraping with BeautifulSoup.py file in python by run this cammand in terminal "python3 Web Scraping with BeautifulSoup.py"</li>
3132
<li>one can run Scraping with BeautifulSoup.ipynb file in jupyter notebook /li>
3233
<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>
3335
</ul>

0 commit comments

Comments
 (0)