Skip to content

Commit

Permalink
added pip info
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gangl committed Feb 28, 2022
1 parent 7fe5a46 commit b8c91ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The subscriber is useful for users who need to continuously pull the latest data

## Dependencies

Aside from **python 3**, the only dependency is the python 'requests' module, which can be installed via pip.
Aside from **python 3**, the only dependency is the python 'requests' module, which can be installed via pip. Pip is the `package installer for python`. you don't need to know much of anything about python or pip, as long as you have it installed on the machine you're using.

```
python -m pip install requests
Expand Down

0 comments on commit b8c91ec

Please sign in to comment.