From 7f58234cc4d29e43745e29f6a569ea172efc8cc3 Mon Sep 17 00:00:00 2001 From: Liam Berrisford Date: Thu, 8 Aug 2024 07:28:18 +0100 Subject: [PATCH] Move image to static folder --- README.md | 4 ++-- .../environmental_insights.png | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename {environmental_insights => _static}/environmental_insights.png (100%) diff --git a/README.md b/README.md index a3241bb..31281e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Environmental Insights

- +

Environmental Insights is a Python package for downloading and visualising air pollution concentration data in the UK and globally. Alongside the downloaded data, a set of functions have also been provided to manipulate the air pollution concentrations and explore air pollution futures. The Python package is a companion to the paper entitled "Environmental Insights: Democratizing Access to Ambient Air Pollution Data and Predictive Analytics with an Open-Source Python Package", with the following abstract: @@ -82,6 +82,6 @@ The documentation for the project is included within the directory "Documentatio ## Pypip -Using `python -m build` will use the `pyproject.toml` file to locally build the package and store it within the `dist` directory. This can then be installed using `pip install dist/*.whl` +Using `python -m build` will use the `pyproject.toml` file to locally build the package and store it within the `dist` directory. This can then be installed using `pip install dist/*.whl`. The final `dist` files can be uploaded to PyPI via twine. ## Conda diff --git a/environmental_insights/environmental_insights.png b/_static/environmental_insights.png similarity index 100% rename from environmental_insights/environmental_insights.png rename to _static/environmental_insights.png