Skip to content

Commit 416c806

Browse files
committed
additional dependency
1 parent e3fcf12 commit 416c806

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/installation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Building Detectree2
66
Getting 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+
3840
then::
3941

4042
git clone [email protected]:PatBall1/detectree2.git

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@
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",

0 commit comments

Comments
 (0)