Installation ================================ .. note:: Right now, the project is still in development. The only way to download the library is to download the\ ``.whl``\ file and to run pip: .. code-block:: pip install path_to_whl_file Requirements ------------------------------- The list of all requirements for the Python libraries is available in the\ ``pyproject.toml``\ file. Before running the code, make sure to run the following command in a python terminal: .. code-block:: import igrf import msise00 igrf.base.build() msise00.base.build()