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] Include POSIX compliant single quotes #1932

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

alenards
Copy link
Contributor

@alenards alenards commented Aug 4, 2023

Resolves #1930

Changes the pip install instruction to surround the -e argument with POSIX-compliant single quotes.

   git clone https://github.com/Kozea/WeasyPrint.git
   cd WeasyPrint
   python -m venv venv
   venv/bin/pip install -e '.[doc,test]'

@alenards
Copy link
Contributor Author

alenards commented Aug 4, 2023

@grewn0uille - I realize that I may need to reword my commit message. If there is anything I can adjust to align with the project's conventions, please let me know.

@grewn0uille grewn0uille merged commit 3ed9efb into Kozea:master Aug 5, 2023
@grewn0uille
Copy link
Member

Thanks! No worry, it’s fine :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Contribute pip install instructions require surrounding single quotes on macOS/zsh
2 participants