From 848b0e5a08676fefc39324f4a3c4d4602c8cc6fb Mon Sep 17 00:00:00 2001 From: David Huard Date: Mon, 28 Aug 2023 17:05:06 -0400 Subject: [PATCH 1/2] Update README.rst with installation instructions --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index c665e91..336e4ea 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,19 @@ Who uses pyessv ? Developers building value added software ontop of the ES-DOC eco-system. +How to install pyessv ? +-------------------------------------- +Install `pyessv` using pip:: + + pip install pyessv + + +and lone the `pyessv-archive` GitHub repository to home folder:: + + mkdir -p ~/.esdoc + git clone https://github.com/ES-DOC/pyessv-archive.git ~/.esdoc/pyessv-archive + + Further Information ? -------------------------------------- From eb05e03c7a98526d0c787c245f13950a6299585c Mon Sep 17 00:00:00 2001 From: David Huard Date: Mon, 28 Aug 2023 17:06:15 -0400 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 336e4ea..9c6916d 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Install `pyessv` using pip:: pip install pyessv -and lone the `pyessv-archive` GitHub repository to home folder:: +and clone the `pyessv-archive` GitHub repository to home folder:: mkdir -p ~/.esdoc git clone https://github.com/ES-DOC/pyessv-archive.git ~/.esdoc/pyessv-archive