Correct more references to github repo name & pypi package name
Some checks failed
Pip / build (ubuntu-latest, 3.11) (push) Has been cancelled
Pip / build (ubuntu-latest, 3.12) (push) Has been cancelled
Pip / build (ubuntu-latest, 3.13) (push) Has been cancelled
Wheels / Build SDist (push) Has been cancelled
Wheels / Wheels on ubuntu-latest (push) Has been cancelled
Wheels / Upload release (push) Has been cancelled
Some checks failed
Pip / build (ubuntu-latest, 3.11) (push) Has been cancelled
Pip / build (ubuntu-latest, 3.12) (push) Has been cancelled
Pip / build (ubuntu-latest, 3.13) (push) Has been cancelled
Wheels / Build SDist (push) Has been cancelled
Wheels / Wheels on ubuntu-latest (push) Has been cancelled
Wheels / Upload release (push) Has been cancelled
This commit is contained in:
parent
5724cb78b4
commit
f80399e71a
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
|
@ -1,16 +1,16 @@
|
|||
Adafruit-Blinka-rp1pio
|
||||
======================
|
||||
Adafruit-Blinka-Raspberry-Pi5-rp1pio
|
||||
====================================
|
||||
|
||||
| CI | status |
|
||||
|----------------------|--------|
|
||||
| pip builds | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] |
|
||||
| [`cibuildwheel`][] | [![Wheels Actions Status][actions-wheels-badge]][actions-wheels-link] |
|
||||
|
||||
[actions-badge]: https://github.com/adafruit/Adafruit_Blinka_rp1pio/workflows/Tests/badge.svg
|
||||
[actions-pip-link]: https://github.com/adafruit/Adafruit_Blinka_rp1pio/actions?query=workflow%3A%22Pip
|
||||
[actions-pip-badge]: https://github.com/adafruit/Adafruit_Blinka_rp1pio/workflows/Pip/badge.svg
|
||||
[actions-wheels-link]: https://github.com/adafruit/Adafruit_Blinka_rp1pio/actions?query=workflow%3AWheels
|
||||
[actions-wheels-badge]: https://github.com/adafruit/Adafruit_Blinka_rp1pio/workflows/Wheels/badge.svg
|
||||
[actions-badge]: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_rp1pio/workflows/Tests/badge.svg
|
||||
[actions-pip-link]: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_rp1pio/actions?query=workflow%3A%22Pip
|
||||
[actions-pip-badge]: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_rp1pio/workflows/Pip/badge.svg
|
||||
[actions-wheels-link]: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_rp1pio/actions?query=workflow%3AWheels
|
||||
[actions-wheels-badge]: https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_rp1pio/workflows/Wheels/badge.svg
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
|
@ -18,11 +18,11 @@ Installation
|
|||
Installing from source:
|
||||
|
||||
- clone this repository
|
||||
- `pip install ./Adafruit_Blinka_rp1pio`
|
||||
- `pip install ./Adafruit_Blinka_Raspberry_Pi5_rp1pio`
|
||||
|
||||
Installing from pip (not yet available):
|
||||
|
||||
- `pip install Adafruit_Blinka_rp1pio`
|
||||
- `pip install Adafruit-Blinka-Raspberry-Pi5-rp1pio`
|
||||
|
||||
Building the documentation
|
||||
--------------------------
|
||||
|
|
@ -33,7 +33,7 @@ the extension module to generate beautiful documentation in a variety formats.
|
|||
The following command generates HTML-based reference documentation; for other
|
||||
formats please refer to the Sphinx manual:
|
||||
|
||||
- `cd Adafruit_Blinka_rp1pio`
|
||||
- `cd Adafruit_Blinka_Raspberry_Pi5_rp1pio`
|
||||
- `pip install '.[docs]'`
|
||||
- `make -C docs html`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue