Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Mar 26, 2024
1 parent 0032572 commit c76e00b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
A library and CLI utilities for managing performance states of NVIDIA GPUs.

## Installation
### Prerequirements
#### Linux
Make sure you have the proprietary NVIDIA driver and the package providing `libnvidia-api.so` installed.

- ArchLinux: `nvidia-utils`
- Debian: `libnvidia-api1`
- Ubuntu: `libnvidia-gl-535` (?)

#### Windows
Make sure the NVIDIA driver is installed.

### Installation
```sh
pip3 install nvidia_pstate
```
Expand Down

0 comments on commit c76e00b

Please sign in to comment.