Skip to content

Commit

Permalink
Merge branch 'update-read-me' into 'master'
Browse files Browse the repository at this point in the history
update readme

See merge request team-6/openeo-sentinelhub-python-driver!319
  • Loading branch information
dthiex committed Oct 3, 2023
2 parents 2ecc194 + f52ea02 commit 08a4fe9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ Then the REST API server can be run:
<pipenv> $ python app.py
```

To locally run the REST API server on HTTPS, so you can use it in the [openEO editor](https://editor.openeo.org/), start it with:
To locally run the REST API server on HTTPS, start it with:
```
<pipenv> $ python app.py https
```

To use it in the [openEO editor](https://editor.openeo.org/), you must first access the endpoint directly via a Browser and "Accept the Risk and Continue" (there is no valid security certificate behind this secure connection).

### Troubleshooting

If validator complains about process graphs that are clearly correct (and which are valid on production deployment), there are two things than can be done:
Expand Down

0 comments on commit 08a4fe9

Please sign in to comment.