Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Identical Alpine install instructions for virtualenv using wheels and without wheels #2282

Closed
MrLightful opened this issue Oct 23, 2024 · 1 comment · Fixed by #2284
Labels
documentation Problems or improvements needed on the documentation or on the website
Milestone

Comments

@MrLightful
Copy link
Contributor

MrLightful commented Oct 23, 2024

Documentation guide for Apline installation contains identical instructions for virtualenv using wheels and without wheels.

To install WeasyPrint inside a virtualenv using wheels (if possible), you need
the following packages::
apk add py3-pip gcc musl-dev python3-dev pango zlib-dev jpeg-dev openjpeg-dev g++ libffi-dev harfbuzz-subset
To install WeasyPrint inside a virtualenv without using wheels, you need the
following packages::
apk add py3-pip gcc musl-dev python3-dev pango zlib-dev jpeg-dev openjpeg-dev g++ libffi-dev harfbuzz-subset

Either keep one instruction if there is indeed no difference meant, or replace instructions with unidentical commands.

Doc Ref

@liZe liZe added the documentation Problems or improvements needed on the documentation or on the website label Oct 23, 2024
@liZe
Copy link
Member

liZe commented Oct 23, 2024

Hi! Thanks for the report.

Either keep one instruction if there is indeed no difference meant, or replace instructions with unidentical commands.

Interested in providing a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Problems or improvements needed on the documentation or on the website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants