Skip to content

Commit

Permalink
added --upgrade flag to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Mar 5, 2018
1 parent c67d0cc commit 5fb9446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The package requires a Python version >= 3.5. The package is available on
the PyPI package manager and can be installed with

```
$ pip install sentinelhub
$ pip install sentinelhub --upgrade
```

To install the package manually, clone the repository and
Expand Down
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Installation

This package requires Python 3 and can be installed by the PyPI package manager::

$ pip install sentinelhub
$ pip install sentinelhub --upgrade

If want to install the latest (development) version clone the GitHub_ repository and install::

$ pip install -e .
$ pip install -e . --upgrade

or manually::

Expand Down

0 comments on commit 5fb9446

Please sign in to comment.