Skip to content

Commit

Permalink
Merge pull request #53 from podaac/develop
Browse files Browse the repository at this point in the history
added pip info
  • Loading branch information
mike-gangl committed Feb 28, 2022
2 parents 7fe5a46 + b8c91ec commit 9e324a4
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 9e324a4

Please sign in to comment.