From c6254ec7c74abd0d8ca1e76f9e5ab95657a8fa75 Mon Sep 17 00:00:00 2001 From: Andres Perez Hortal <16256571+aperezhortal@users.noreply.github.com> Date: Sun, 3 Oct 2021 10:14:21 -0400 Subject: [PATCH] Fix typos --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 238652d..957bd83 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ for a full description of the tools included in the EO-Forge library. Installation ============ -You can install the from PyPI by simply running:: +You can install them from PyPI by simply running:: pip install eo_forge @@ -26,3 +26,5 @@ To install the package, from the project root run:: pip install . # Regular installation pip install -e . # Install in development mode + +