1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00

Update Readme.md

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2024-08-25 12:45:57 +02:00
parent 9915832b21
commit a483748856
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A

View file

@ -131,8 +131,17 @@ Below, the full lists of repositories:
### As a software developer
#### Native C library
For details about the programming API, you might want to take a look at the short [tutorial](https://libcpuid.sourceforge.net/documentation.html), as well as the full [API reference](https://anrieff.github.io/libcpuid).
#### Python bindings
The libcpuid library features Python bindings, which can be installed as a library
using `python -m pip install libcpuid`. Visit the
[documentation at Read the Docs](https://libcpuid.readthedocs.io/en/latest/index.html#)
to see how the library is used.
### As an end-user
You can use the `cpuid_tool` command. Pass the `--help` argument to display usage:
@ -171,13 +180,6 @@ When no options are present, the program behaves as if it was invoked with
cpuid_tool "--save=raw.txt --outfile=report.txt --report --verbose"
```
### Python bindings
The libcpuid library features Python bindings, which can be installed as a library
using `python -m pip install libcpuid`. Visit the
[documentation at Read the Docs](https://libcpuid.readthedocs.io/en/latest/index.html#)
to see how the library is used.
## Contributing
Refer to the [dedicated page](CONTRIBUTING.md).