Skip to content

Commit

Permalink
ci: document of uv tool usage
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Sep 18, 2024
1 parent 9eb8b9d commit 7b46199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ HadCRUT5 data are downloaded from: https://www.metoffice.gov.uk/hadobs/hadcrut5/
The following plots have been generated by the Python scripts `hadcrut5-plot.py` and `hadcrut5-bars.py`.
They require the Python libraries: Matplotlib, netCDF4, NumPy, and Requests.

If Python and the required libraries are not installed on your system, you can simply
[install](https://docs.astral.sh/uv/getting-started/installation/) `uv` and run the commands listed below prefixed
with `uv run`. For example `uv run ./hadcrut5-plot.py`.

## hadcrut5-plot.py &mdash; Script usage

```
Expand Down

0 comments on commit 7b46199

Please sign in to comment.