From 61a8e0ed47d420e28532687f5d84dfaa015efe28 Mon Sep 17 00:00:00 2001 From: Sean Falconer Date: Thu, 29 Oct 2020 11:48:59 -0700 Subject: [PATCH] Fixed missing library --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e17f975..89a0b32 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The documentation for the Business Messages API can be found [here](https://deve ``` python -m venv source /bin/activate -/bin/pip install +/bin/pip install google-businessmessages ``` #### Windows @@ -33,7 +33,7 @@ source /bin/activate ``` python -m venv \Scripts\activate -\Scripts\pip.exe install +\Scripts\pip.exe install google-businessmessages ``` ### Supported Python Versions