From 5baceafe1d472e12ae68dd14c3d43b2e10630f78 Mon Sep 17 00:00:00 2001 From: jmarin Date: Wed, 19 Oct 2022 11:03:11 +0200 Subject: [PATCH] How to install changes in README and documentation --- README.md | 4 ++-- docs/source/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbf2382..25b1492 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Usage examples and a detailed description of our framwework can be found within ## Installation -You can install iquaflow using pip within the main repository folder: +You can install iquaflow using pip: ``` -pip install -e . +pip install iquaflow ``` Read more complete installation instructions at [our documentation](http://iquaflow.readthedocs.io/). diff --git a/docs/source/index.rst b/docs/source/index.rst index c8e8a76..a09daac 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -23,7 +23,7 @@ Installation You can install iquaflow using pip:: - pip install -e . + pip install iquaflow Alternatively you can use docker. The Dockerfile and a whole template for a use case study repository is available as a cookiecutter in `here `_.