mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
Update Readme.md
This commit is contained in:
parent
9915832b21
commit
a483748856
1 changed files with 9 additions and 7 deletions
16
Readme.md
16
Readme.md
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue