diff --git a/README.md b/README.md index 0954f82a1d4a1ec6c9e72c6fba515e5e270446df..8e34e429126b407438acc51f23c82f81cfb03ec6 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: