File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Building Detectree2
66Getting up and running quickly
77==============================
88
9- To get up and running quickly it is possible to install detectree2 and its dependencies with Conda. Simply do::
9+ For users wanting to run detectree2 only it is possible to install detectree2 and its dependencies with Conda. Simply do::
1010
1111 conda install -c ma595 detectree2
1212
@@ -35,6 +35,8 @@ Then point to preinstalled GDAL header files (not necessary if include directory
3535 export CPLUS_INCLUDE_PATH=/usr/include/gdal
3636 export C_INCLUDE_PATH=/usr/include/gdal
3737
38+ Depending on the version of setuptools installed, it may be necessary to downgrade to install GDAL. This may in the process break pytorch.
39+
3840then::
3941
4042 git clone [email protected] :PatBall1/detectree2.git
Original file line number Diff line number Diff line change 2929 "pypng" ,
3030 "pygeos" ,
3131 "geopandas" ,
32+ < << << << HEAD
3233 "rasterio==1.3.2" ,
34+ == == == =
35+ "opencv-python" ,
36+ "rasterio==1.2.10" ,
37+ > >> >> >> b8a1ce3 (additional dependency )
3338 "fiona" ,
3439 "pycrs" ,
3540 "descartes" ,
You can’t perform that action at this time.
0 commit comments