jrkong / pySearch

Simple command line python script that opens a new browser tab to search the input string
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Adds Pip installation to pySearch #26

Closed jrkong closed 5 years ago

jrkong commented 5 years ago

This PR builds on top of the test framework in PR #19.

This PR allows users the ability to install pySearch locally with pip. Updated the README with instructions on how to install pySearch and how to use it after it is installed.

pep8speaks commented 5 years ago

Hello @jrkong! Thanks for updating the PR.