From 53bae1ec24ff2a41d0a22266ffc685ec2af30475 Mon Sep 17 00:00:00 2001 From: Timo Tjaden Stomberg <timo.stomberg@uni-bonn.de> Date: Wed, 31 Aug 2022 10:44:48 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0954f82..8e34e42 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ Before you run setup.sh the first time, make sure that you have installed Anacon 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` +`conda install gdal`<br> +`conda install -c conda-forge earthengine-api`<br> `pip install git+https://gitlab.jsc.fz-juelich.de/kiste/asos@main` After installing the repository, you can import it as tlib: -- GitLab