diff --git a/Readme.md b/Readme.md index db67714..0a7eb4f 100644 --- a/Readme.md +++ b/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).