Skip to content

Commit

Permalink
Remove reference to alpine linux from readme
Browse files Browse the repository at this point in the history
We provide musllinux wheels now so the readme no longer made sense
  • Loading branch information
bdraco committed Oct 3, 2024
1 parent 0ac9ced commit 4754ac7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ Installation
The library is Python 3 only!

PyPI contains binary wheels for Linux, Windows and MacOS. If you want to install
``yarl`` on another operating system (like *Alpine Linux*, which is not
manylinux-compliant because of the missing glibc and therefore, cannot be
used with our wheels) the the tarball will be used to compile the library from
``yarl`` on another operating system where wheels are not provided,
the the tarball will be used to compile the library from
the source code. It requires a C compiler and and Python headers installed.

To skip the compilation you must explicitly opt-in by using a PEP 517
Expand Down

0 comments on commit 4754ac7

Please sign in to comment.