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: Add pipx to installation options #7

Merged
merged 2 commits into from
Apr 4, 2022

Conversation

matthewfeickert
Copy link
Contributor

Resolves #5

Add pipx to the list of installation options and link to the GitHub project page for users who are not yet familiar with pipx.

I opted to not try to explain any more, as the other installation options are very brief and self explanatory (:+1:) and I didn't want to break that flow with adding additional information on pipx — I hope that any curious users will be interested enough to click on the link to the pipx project and go from there.

Add pipx to the list of installation options and link to the GitHub
page (https://github.com/pypa/pipx) for users who are not yet familiar
with pipx.
To match the 'From PyPI' install pattern, use the 'python -m pip'
pattern for the pip install in the 'From source' install example.
@codecov
Copy link

codecov bot commented Apr 4, 2022

Codecov Report

Merging #7 (7036a4d) into main (67884c6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files           4        4           
  Lines         172      172           
=======================================
  Hits          168      168           
  Misses          4        4           
Flag Coverage Δ
GHA_Ubuntu 97.67% <ø> (ø)
GHA_Windows 97.67% <ø> (ø)
GHA_macOS 97.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67884c6...7036a4d. Read the comment docs.

@hugovk hugovk added the changelog: Added For new features label Apr 4, 2022
@hugovk hugovk enabled auto-merge April 4, 2022 07:37
@hugovk hugovk merged commit f63d3fb into hugovk:main Apr 4, 2022
@matthewfeickert matthewfeickert deleted the docs/add-pipx branch April 4, 2022 07:44
@hugovk hugovk added the documentation Improvements or additions to documentation label Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Added For new features documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add pipx option to installation instructions
2 participants