Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 354 Bytes

install_instructions.md

File metadata and controls

9 lines (8 loc) · 354 Bytes

Installation Instructions

  • Install Python 3.8 or higher
  • Clone the repository with
    • git clone https://github.com/SBCV/EarthObservationTiles
  • Install the dependencies with
    • pip install -r requirements.txt
  • Make the library available to the python interpreter
    • export PYTHONPATH=$PYTHONPATH:/path/to/EarthObservationTiles