Skip to content

Commit b14c584

Browse files
committed
Document codespaces
1 parent 36a6d7c commit b14c584

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ docker build --tag iris .
4949
docker run -p 80:80 -v <dataset_path>:/dataset/ --rm -it iris label /dataset/cloud-segmentation.json
5050
```
5151

52+
### Run on Github Codespaces
53+
To run in a [Github codespace](https://docs.github.com/en/codespaces/overview) fork this repository, then in the Github UI select `Code/Codespaces/Open in codespace`. Run `pip install -e .` and then `iris demo`. You will see a popup that there is an app on port 5000, click the link to open a new window showing Iris 🎉
54+
5255

5356
**Visit the official iris Github page: https://github.com/ESA-PhiLab/iris**

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ flask==2.3.2
22
flask_compress==1.13
33
flask-sqlalchemy==2.5.1
44
numpy==1.23.4
5-
pyyaml==5.4.1
5+
pyyaml>=5.4.1
66
lightgbm==3.3.3
77
rasterio==1.3.3
88
requests==2.28.1

0 commit comments

Comments
 (0)