From b8c91ecc606dc4c385d5a8e113021e9f90d232da Mon Sep 17 00:00:00 2001 From: mike-gangl Date: Mon, 28 Feb 2022 10:21:53 -0800 Subject: [PATCH] added pip info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 033783c..ab0a35e 100644 --- a/README.md +++ b/README.md @@ -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