Browse Source

Update README.md

Coder 4 years ago
parent
commit
dd18e16d70
1 changed files with 15 additions and 1 deletions
  1. 15 1
      README.md

+ 15 - 1
README.md

@@ -1,2 +1,16 @@
 # web-search
 # web-search
-CLI program to search the web for a query from the user and displays a selected amount of URLs as results for that query.
+Python 3 CLI program to search the web for a query from the user and displays a selected amount of URLs as results for that query.
+
+**Install Python 3**
+
+Go to the following link to download Python 3 from the Python website:
+
+[python.org/downloads/](https://www.python.org/downloads/)
+
+**Libraries and Modules Used**
+
+The libraries time, googlesearch, sys, and webbrowser are used in this program.
+
+The only library which isn't installed with Python 3 is googlesearch.
+
+To install this library do a `pip install google`.