Skip to content

Commit 3b9d3c5

Browse files
authored
Merge pull request #49 from robmarkcole/test-codespace
Document codespaces
2 parents b5e0732 + b14c584 commit 3b9d3c5

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
@@ -51,5 +51,8 @@ docker build --tag iris .
5151
docker run -p 80:80 -v <dataset_path>:/dataset/ --rm -it iris label /dataset/cloud-segmentation.json
5252
```
5353

54+
### Run on Github Codespaces
55+
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 🎉
56+
5457

5558
**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)