Skip to content

Commit

Permalink
Grammar corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclarke committed Jul 19, 2021
1 parent 63d78da commit 33e1b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pip install --user -e ./

***First update the __version__ number in streaming_data_types/__init__.py and push the update to the repository.***

Uninstall streaming_data_types if you have previous installed it from PyPi:
Uninstall streaming_data_types if you have previously installed it from PyPi:
```
pip uninstall ess_streaming_data_types
```
Expand Down Expand Up @@ -93,7 +93,7 @@ Unfortunately, flatbuffers is not on test.pypi.org so the following error may oc
```
ERROR: Could not find a version that satisfies the requirement flatbuffers
```
The workaround is install flatbuffers manually first using `pip install flatbuffers` and then rerun the previous command.
The workaround is to install flatbuffers manually first using `pip install flatbuffers` and then rerun the previous command.

Test the module using the existing test-suite (from project root):
```
Expand Down

0 comments on commit 33e1b79

Please sign in to comment.