Skip to content

Commit

Permalink
Add compatibility section to README.md to address chelnak#3
Browse files Browse the repository at this point in the history
  • Loading branch information
denvera committed Oct 20, 2021
1 parent 1e8061b commit 7e757d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -78,3 +78,8 @@ You can either build a new package using `make build` and install it or run the
cd src
python -m jenkins_tui.app
```

### Compatibility

This project has been tested on macOS and Linux (Arch, Ubuntu 20.04 and above) with Python 3.9 installed. It will likely work on any Linux distribution where Python 3.9 or above is available.
For Ubuntu 20.04, it may be necessary to install the `python3.9` package.

0 comments on commit 7e757d4

Please sign in to comment.