Skip to content

Instantly share code, notes, and snippets.

@spiritbroski
Last active August 7, 2020 13:40
Show Gist options
  • Save spiritbroski/cd45d82612ea213a6ce31d568308c2d3 to your computer and use it in GitHub Desktop.
Save spiritbroski/cd45d82612ea213a6ce31d568308c2d3 to your computer and use it in GitHub Desktop.
command to run python project
source env/bin/activate
sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
sudo apt update
sudo apt upgrade
sudo apt install gdal-bin libgdal-dev
pip3 install -r requirements.txt
python3 main.py
python3 main2.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment