Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 841 Bytes

getting_started.rst

File metadata and controls

37 lines (26 loc) · 841 Bytes

Getting Started

New to Python?

You need to have Python installed on your system before you can use this package. Head over to Python.org for instructions.

Python version support

Officially Python 3.10, 3.11, and 3.12. We aim to support the three most recent major versions.

OS support

This package is tested with the latest Windows, MacOS, and Ubuntu (Linux) versions.

Install

fourinsight.engineroom.utils can be installed via pip from PyPI.

pip install fourinsight-engineroom-utils

Upgrade

fourinsight.engineroom.utils can be upgraded via pip from PyPI.

pip install --upgrade fourinsight-engineroom-utils