Python Adam API
Project description
Adamapi version 0.0.2
Installation
sudo apt-get install python3-venv python3-gdal gdal-bin
VENVNAME="adamapi"
python3 -m venv "${VENVNAME}"
source "${VENVNAME}/bin/activate";
python3 -m pip install --upgrade pip
pip install adamapi
deactivate
ln -s "/usr/lib/python3/dist-packages/osgeo" "${VENVNAME}/lib/python3.6/site-packages/osgeo"
source "${VENVNAME}/bin/activate"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
adamapi-0.0.2.tar.gz
(4.8 kB
view hashes)