Skip to content

Commit f1e8a6b

Browse files
committed
Update docs
1 parent 2b5eecd commit f1e8a6b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# LUE tutorial
22

3-
🚧 🚧 🚧 🚧 🚧 🚧 Work in progress. 🚧 🚧 🚧 🚧 🚧 🚧
4-
53
| Branch | Status |
64
| --- | --- |
7-
| main | [![Linux](https://github.com/computationalgeography/lue_tutorial/actions/workflows/linux.yml/badge.svg)](https://github.com/computationalgeography/lue_tutorial/actions/workflows/linux.yml) [![macOS](https://github.com/computationalgeography/lue_tutorial/actions/workflows/macos.yml/badge.svg)](https://github.com/computationalgeography/lue_tutorial/actions/workflows/macos.yml) [![Windows](https://github.com/computationalgeography/lue_tutorial/actions/workflows/windows.yml/badge.svg)](https://github.com/computationalgeography/lue_tutorial/actions/workflows/windows.yml) |
8-
| develop | |
5+
| [main](https://github.com/computationalgeography/lue_tutorial/tree/main) | [![Linux](https://github.com/computationalgeography/lue_tutorial/actions/workflows/linux.yml/badge.svg?branch=main)](https://github.com/computationalgeography/lue_tutorial/actions/workflows/linux.yml) [![macOS](https://github.com/computationalgeography/lue_tutorial/actions/workflows/macos.yml/badge.svg?branch=main)](https://github.com/computationalgeography/lue_tutorial/actions/workflows/macos.yml) [![Windows](https://github.com/computationalgeography/lue_tutorial/actions/workflows/windows.yml/badge.svg?branch=main)](https://github.com/computationalgeography/lue_tutorial/actions/workflows/windows.yml) |
6+
| [develop](https://github.com/computationalgeography/lue_tutorial/tree/develop) | [![Linux](https://github.com/computationalgeography/lue_tutorial/actions/workflows/linux.yml/badge.svg?branch=develop)](https://github.com/computationalgeography/lue_tutorial/actions/workflows/linux.yml) [![macOS](https://github.com/computationalgeography/lue_tutorial/actions/workflows/macos.yml/badge.svg?branch=develop)](https://github.com/computationalgeography/lue_tutorial/actions/workflows/macos.yml) [![Windows](https://github.com/computationalgeography/lue_tutorial/actions/workflows/windows.yml/badge.svg?branch=develop)](https://github.com/computationalgeography/lue_tutorial/actions/workflows/windows.yml) |
97

108

119
## Use cases
@@ -44,3 +42,7 @@ To be able to run one or more use-cases, the following steps must be performed f
4442
conda env create --file=environment/configuration/conda_environment.yml
4543
conda activate lue_tutorial
4644
```
45+
46+
In case you want / need to use the latest development version of LUE, checkout the develop branch before
47+
creating the Conda environment. That branch contains a slightly different `conda_environment.yml` and possibly
48+
updates to the use-case Python code.

0 commit comments

Comments
 (0)