Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KumaTea committed Sep 16, 2024
1 parent 3cefca5 commit 00d2683
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Prebuilt Python wheels for RISC-V (mainly deps for popular packages)

## How to use

```bash
pip install <package> --prefer-binary --extra-index-url https://ext.kmtea.eu/simple
```

Or RISC-V only:

```bash
pip install <package> --prefer-binary --extra-index-url https://rv.kmtea.eu/simple
```
Expand All @@ -24,13 +30,15 @@ pip install <package> --prefer-binary --find-links https://rv.kmtea.eu/wheels.ht

## Notice

Currently, all wheels are built under
**Ubuntu 22.04 (Jammy)**,
Currently, all wheels will be built under
**Ubuntu 20.04 (Focal)** (GlibC: 2.31 / GCC: 9.4.0) _first_,
which is the earliest version of Ubuntu
that provided images for RISC-V.

For all failed wheels, they will be built under
**Ubuntu 22.04 (Jammy)** (GlibC: 2.35 / GCC: 11.4.0),
which is the earliest version that provided
`buildpack-deps` images for RISC-V.

The `glibc` version of Ubuntu 22.04 is:
**2.35** (`manylinux_2_35_riscv64` in the future).

Before the Python Authority makes its `manylinux`able,
the wheels will end in `linux_riscv64.whl`.
~~Before the Python Authority makes its `manylinux`able, the wheels will end in `linux_riscv64.whl`.~~
`manylinux_x_y_riscv64` is now available.

0 comments on commit 00d2683

Please sign in to comment.