Skip to content

Commit

Permalink
<DOC> Re-adding installation to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayron Fernández committed Nov 20, 2024
1 parent 1d908fa commit a9756a0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,19 @@ pysmart_test_capabilities{device="nvme0",interface="nvme",pysmart_test_capabilit

---

## Installation

``pySMART-exporter`` is available on PyPI and installable via ``pip``::

python -m pip install pySMART-exporter

The only external (non-python) dependency is the ``smartctl`` component of the smartmontools package. This should be pre-installed in most Linux distributions, or it can be obtained through your package manager. Likely one of the following::

apt-get install smartmontools
or
yum install smartmontools


## License

This program is distributed under the terms of the license specified in the [LICENSE](./LICENSE) file.
Expand Down

0 comments on commit a9756a0

Please sign in to comment.