[go: nahoru, domu]

Skip to content

Commit

Permalink
Fixed missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Falconer committed Oct 29, 2020
1 parent e4df2c7 commit 61a8e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ The documentation for the Business Messages API can be found [here](https://deve
```
python -m venv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install
<your-env>/bin/pip install google-businessmessages
```

#### Windows

```
python -m venv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install
<your-env>\Scripts\pip.exe install google-businessmessages
```

### Supported Python Versions
Expand Down

0 comments on commit 61a8e0e

Please sign in to comment.