Skip to content

Commit

Permalink
update python version support
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebphipps committed Jul 15, 2024
1 parent c5158db commit d2454ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# PAINT

[![](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![](https://img.shields.io/badge/Python-3.9+-blue.svg)](https://www.python.org/downloads/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![](https://img.shields.io/badge/Contact-artist%40lists.kit.edu-orange?label=Contact)](artist@lists.kit.edu)
![](./coverage.svg)
Expand All @@ -14,7 +14,7 @@
PAINT is a FAIR database for Concentrating Solar Power plants (CSP).

## Installation
We heavily recommend installing the `PAINT` package in a dedicated `Python3.8+` virtual environment. You can
We heavily recommend installing the `PAINT` package in a dedicated `Python3.9+` virtual environment. You can
install ``PAINT`` directly from the GitHub repository via:
```bash
pip install git+https://github.com/ARTIST-Association/PAINT
Expand Down

0 comments on commit d2454ea

Please sign in to comment.