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.11, 3.12, and 3.13. 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.campaigns`` can be installed via pip from `PyPI`_. .. code-block:: shell pip install fourinsight-campaigns .. _upgrade: Upgrade ------- ``fourinsight.campaigns`` can be upgraded via pip from `PyPI`_. .. code-block:: shell pip install --upgrade fourinsight-campaigns .. _Python.org: https://python.org .. _PyPI: https://pypi.org/