Skip to content
Snippets Groups Projects
Commit 8b76ca37 authored by Timo Tjaden Stomberg's avatar Timo Tjaden Stomberg
Browse files

updated readme

parent 425b2d51
No related branches found
No related tags found
No related merge requests found
......@@ -94,10 +94,16 @@ Before you run setup.sh the first time, make sure that you have installed Anacon
`sudo apt update`<br>
`sudo apt upgrade`
You can also install this repository to your own project using **pip**. This way you can access the whole tlib library; but you cannot access the Jupyter Notebooks to reproduce our work.
You can also install this repository to your own project using **pip**. This way you can access the whole tlib library; but you cannot access the Jupyter Notebooks to reproduce our work. To install the repository, you have to install gdal and earthengine-api first.
`conda install gdal`
`conda install -c conda-forge earthengine-api`
`pip install git+https://gitlab.jsc.fz-juelich.de/kiste/asos@main`
After installing the repository, you can import it as tlib:
`import tlib`
## Getting Started: Easily Predict a Sensitivity Map using a Trained Model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment