Skip to content

Commit

Permalink
update version in docu
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Aug 16, 2022
1 parent f2b3cab commit 4321a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Python Client Library for [actinia](https://actinia.mundialis.de/).
## Installation

```
VERSION="0.0.2"
VERSION="0.1.2"
pip3 install "actinia-python-client @ https://github.com/mundialis/actinia-python-client/releases/download/${VERSION}/actinia_python_client-${VERSION}-py3-none-any.whl"
```
For newest version see [releases](https://github.com/mundialis/actinia-python-client/releases).

## Small Example

Expand Down
6 changes: 2 additions & 4 deletions docs/docs/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

You can install the the actinia Python library via:
```
VERSION="0.0.2"
wget https://github.com/mundialis/actinia-python-client/releases/download/${VERSION}/actinia_python_client-${VERSION}-py3-none-any.whl
pip3 install actinia_python_client-${VERSION}-py3-none-any.whl
VERSION="0.1.2"
pip3 install "actinia-python-client @ https://github.com/mundialis/actinia-python-client/releases/download/${VERSION}/actinia_python_client-${VERSION}-py3-none-any.whl"
```

0 comments on commit 4321a4c

Please sign in to comment.