Installation
======================
To install the *AI-WQ-package* on Linux, run the following command:
.. code-block:: bash
python3 -m pip install AI-WQ-package
From August 10th 2026, the AI Weather Quest will be using `ECBox `_ functionality. To ensure capability with ECBox, please also install the *sites-toolkit* from the ECMWF repository:
.. code-block:: bash
python3 -m pip install sites-toolkit -i https://get.ecmwf.int/repository/pypi-all/simple
To upgrade to the latest version, run:
.. code-block:: bash
python3 -m pip install --upgrade AI-WQ-package
For guidance on installing `Python 3 `__ or `pip `__, refer to the official documentation.
.. note::
This project is actively developed. Updates and announcements are shared on the
`ECMWF-hosted forum `__.
.. toctree::
:maxdepth: 2
dependencies
Dependencies
------------
The AI-WQ-package requires the following dependencies:
- **numpy** (version 1.23 or higher)
- **xarray** (version 2024.09.0 or higher)
- **dask** (version 2024.9.0)
- **pandas** (version 2.2.3 or higher)
- **scipy** (version 1.14.1 or higher)
- **netCDF4** (version 1.7.2 or higher)
- **requests** (versions 2.32.2 or higher)
- **matplotlib** (versions 3.8 or higher)
- **cartopy** (versions 0.22 or higher)
If these dependencies conflict with your current working environment, consider installing the package in a new virtual environment.