raj999 commited on
Commit
a1f82d3
·
verified ·
1 Parent(s): 70e6553

Create setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +9 -0
setup.sh ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # setup.sh
2
+ sudo apt update
3
+ sudo apt install -y libgdal-dev
4
+ sudo apt install -y gdal-bin
5
+ export CPLUS_INCLUDE_PATH=/usr/include/gdal
6
+ export C_INCLUDE_PATH=/usr/include/gdal
7
+ pip install -r requirements.txt
8
+ pip install GDAL
9
+ pip install git+https://github.com/PatBall1/detectree2.git