Skip to content

Commit 166218e

Browse files
authored
Update README.md
1 parent 08db981 commit 166218e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ This is where this project comes in. The Python Scraper (patent pending) will al
1414
and compare prices, chipsets, brands, etc. It will solve all of your problems! <br><br>
1515
In all seriousness, this is just a small side project I've been working on so I could get better at using Python. This program is basically a web scraper that takes
1616
information from a website, and converts it into a .CSV file that you can view in something like Excel. Overall, this project is just helping me personally get familar
17-
with web scraping and Python (which is pretty interesting by the way). In conclusion, thanks for checking out this repo, and be sure to look at my other projects as well!
17+
with web scraping and Python (which is pretty interesting by the way). In conclusion, thanks for checking out this repo, and be sure to look at my other projects as well!<br><br>
18+
19+
<i>If there is an error about "ModuleNotFoundError: No module named 'bs4'", try using this command in a command prompt or terminal: pip install BeautifulSoup4

0 commit comments

Comments
 (0)