Skip to content

kakcura/agrifix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REQUIREMENTS

Python 3.5

PRE-INSTALL

Linux

$ sudo add-apt-repository -y ppa:ubuntugis/ppa
$ sudo apt-get update
$ sudo apt install gdal-bin python-gdal python3-gdal
$ export CPLUS_INCLUDE_PATH=/usr/include/gdal
$ export C_INCLUDE_PATH=/usr/include/gdal

Windows

???

INSTALL

Linux

$ pip install -r requirements.txt

Windows

python -m pip install -r requirements.txt

RUN

$ python server.py &

TEST

https://localhost:5000