Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 649 Bytes

installation.md

File metadata and controls

32 lines (22 loc) · 649 Bytes

💾 Installation

Install via pip. The package requires Python version > 3.6.

pip install up42-py

Update an existing installation to the newest version via:

pip install up42-py --upgrade

To test the successful installation, import it in Python:

import up42

!!! Info "Optional: Install Jupyter Lab" The UP42 Python SDK is even more comfortable to use in a Jupyter notebook! To install Jupyter Lab:

```bash
pip install jupyterlab
```

!!! Success "Success!" Continue with the Authentication chapter!