Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KumaTea committed Feb 2, 2024
1 parent 8025946 commit f5e88c2
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 195 deletions.
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

41 changes: 28 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,37 @@
# ext-whl
Extended Python wheels (whl) from the PyPI repository
Extended Python wheels (whl)

This project provides pre-built wheels of popular packages for **ARM** / **ARM64** devices,
to save your time.
This project provides pre-built wheels of popular packages.

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

Backup link: `https://cf.ext.kmtea.eu/whl/stable.html`
The `--prefer-binary` option is to ensure that
once the source updates, the binary will still be used.
You may dismiss it at your will.

---
An alternative way is to use the `--find-links` option,
which is not recommended because the size of the index is large:

For development / testing wheels, please use this index:
**`https://ext.kmtea.eu/whl/dev.html`**
```bash
pip install <package> --prefer-binary --find-links https://ext.kmtea.eu/wheels.html
```

**`pip install <package> -f https://ext.kmtea.eu/whl/dev.html -f https://ext.kmtea.eu/whl/stable.html`**
If you have trouble accessing GitHub Pages,
you may try the CDN hosted by CloudFlare:

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

`whl` list:
* [packages-stdln.txt](docker/packages-stdln.txt)
* [packages-deps.txt](docker/packages-deps.txt)
```bash
pip install <package> --prefer-binary --find-links https://ext.kmtea.eu/wheels-cdn.html
```

## Others

This project contains wheels from:

* [pypy-wheels](https://github.com/KumaTea/pypy-wheels)
* [riscv-wheels](https://github.com/KumaTea/riscv-wheels)
23 changes: 0 additions & 23 deletions build.bat

This file was deleted.

40 changes: 0 additions & 40 deletions build.sh

This file was deleted.

18 changes: 0 additions & 18 deletions docker/build-wheels.sh

This file was deleted.

26 changes: 0 additions & 26 deletions docker/local-whl.py

This file was deleted.

2 changes: 0 additions & 2 deletions docker/packages-deps.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docker/packages-stdln.txt

This file was deleted.

13 changes: 0 additions & 13 deletions docker/py310/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions docker/py36/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions docker/py37/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions docker/py38/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions docker/py39/Dockerfile

This file was deleted.

1 change: 1 addition & 0 deletions whl/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<meta http-equiv="refresh" content="0; url=https://github.com/KumaTea/ext-whl">

0 comments on commit f5e88c2

Please sign in to comment.