From b10c04a98b7fff78f40085a7f316bf708c261406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baris=20B=C3=BCy=C3=BCktas?= <baris.bueyuektas@tu-berlin.de> Date: Thu, 12 Jan 2023 18:06:47 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5f4fbf..2bb43e4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The code in this repository requires Python 3.7.6, pytorch 1.7.0 and ranger code The code is tested in Ubuntu 20.04. An exemplary setup which contains everything needed: - +``` (1) wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh (2) bash Miniconda3-latest-Linux-x86_64.sh (say yes to append path to bashrc) (3) source .bashrc @@ -30,7 +30,7 @@ An exemplary setup which contains everything needed: (10) pip install --global-option=build_ext --global-option="-I/usr/include/gdal/" GDAL==<GDAL VERSION FROM OGRINFO> (11) python ./hashing-and-compression/compression/cpp_exts/setup.py build (12) python ./hashing-and-compression/compression/cpp_exts/setup.py install - +``` ## Datasets * [BigEarthNet](http://bigearth.net) -- GitLab