Skip to content

Commit 5baceaf

Browse files
author
jmarin
committed
How to install changes in README and documentation
1 parent 916f18e commit 5baceaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Usage examples and a detailed description of our framwework can be found within
2222

2323
## Installation
2424

25-
You can install iquaflow using pip within the main repository folder:
25+
You can install iquaflow using pip:
2626

2727
```
28-
pip install -e .
28+
pip install iquaflow
2929
```
3030

3131
Read more complete installation instructions at [our documentation](http://iquaflow.readthedocs.io/).

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Installation
2323

2424
You can install iquaflow using pip::
2525

26-
pip install -e .
26+
pip install iquaflow
2727

2828
Alternatively you can use docker. The Dockerfile and a whole template for a use case study repository is available as a cookiecutter in `here <https://github.com/satellogic/iquaflow-use-case-cookiecutter>`_.
2929

0 commit comments

Comments
 (0)