Update README.md

This commit is contained in:
Ben Morgan 2023-08-21 18:53:31 -06:00 committed by GitHub
parent 99142b6900
commit a115dd6742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,3 +26,9 @@ MetricsAPI is an extremely lightweight API built with Flask that I created to mo
- Network up/down - Network up/down
## Installation ## Installation
### Dependencies
To run MetricsAPI you will need to install Flask.
MetricsAPI gets its data from shell commands. You will need to install the following with you package manager:
`sysstat
sensors`