Skip to content

💾 Installation

Install via pip or conda (requires Python version >3.6, Python 3.10 is not yet supported.)

Installation
pip install up42-py
Installation with plotting functionality (Optional)
pip install "up42-py[viz]"
Update to the newest version
pip install up42-py --upgrade

Installation
conda install -c conda-forge up42-py
Installation with plotting functionality (Optional)
conda install -c conda-forge up42-py
conda install -c conda-forge rasterio folium branca matplotlib descartes
Update to the newest version
conda update -c conda-forge up42-py

To test the successful installation, import it in Python:

import up42

Issues with Windows

If you are using Windows we recommend the installation via conda. If you still experience issues, please follow guide 1 or guide 2 to set up your Python environment with Anaconda for working with geospatial libraries.


⏭️ Continue with the Authentication chapter.