Skip to content

Commit

Permalink
How to install changes in README and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarin committed Oct 19, 2022
1 parent 916f18e commit 5baceaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/satellogic/iquaflow-use-case-cookiecutter>`_.

Expand Down

0 comments on commit 5baceaf

Please sign in to comment.