Skip to content

Commit

Permalink
Update binding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zacikpa committed Jul 22, 2024
1 parent de2d0e4 commit e73e5fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ When no options are present, the program behaves as if it was invoked with
### Python bindings

The libcpuid library features Python bindings, which can be installed as a library
using `python -m pip install libcpuid`.
See [python/README.md](python/README.md) for details.
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

Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

libcpuid is a package that provides Python bindings to
the C library of the same name. Its main feature is
CPU identification for the x86/x86_64 architecture.
CPU identification for the x86 and ARM architectures.

Visit the [documentation at Read the Docs](https://libcpuid.readthedocs.io/en/latest/index.html#)
to see how the library is used.

0 comments on commit e73e5fd

Please sign in to comment.