Installation#

The package is available on PyPI and can be installed with pip.

pip install meteofrance_publicapi

There are several optional dependencies that can be installed with the following command:

  • pip install meteofrance_publicapi[all] to install all optional dependencies.

  • pip install meteofrance_publicapi[test] to install the dependencies needed to run the tests.

  • pip install meteofrance_publicapi[doc] to install the dependencies needed to build the documentation.

Installing from github#

Cloning the sources#

The sources are available on Github.

git clone https://github.com/antoinetavant/meteofranceapi.git
cd meteofranceapi
pip install .

Installing from the sources

python -m pip install "meteofrance_publicapi @ git+https://github.com/antoinetavant/meteofranceapi.git