From 33e1b798805711a4c5be1b84a1b4e77592b4d9db Mon Sep 17 00:00:00 2001 From: Matt Clarke Date: Mon, 19 Jul 2021 12:56:47 +0200 Subject: [PATCH] Grammar corrections --- README_DEV.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_DEV.md b/README_DEV.md index 69966d5..57e904c 100644 --- a/README_DEV.md +++ b/README_DEV.md @@ -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 ``` @@ -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): ```