-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Clarify installation documentation (#1097) #1137
Conversation
docs/installation.md
Outdated
@@ -17,6 +17,14 @@ On other platforms, install `jrnl` using [Python](https://www.python.org/) 3.6+ | |||
pipx install jrnl | |||
``` | |||
|
|||
!!! note | |||
`pipx` should be installed through `pip`. Missing dependencies and other issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we note here that pipx's favored install methods are brew and pip (in that order)? Maybe adding another link to pipx's installation page would be a good idea (in case their installation methods change).
docs/installation.md
Outdated
`pipx` should be installed through `pip`. Missing dependencies and other issues | ||
may occur when installing `pipx` through `apt` or another package manager. | ||
|
||
!!! note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this be a tip instead of a note?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for clarification, are you referring to the first note being changed to a tip, the second note being changed to a tip, or both?
docs/installation.md
Outdated
may occur when installing `pipx` through `apt` or another package manager. | ||
|
||
!!! note | ||
If you experience path issues after installing `jrnl`, ensure that the previous |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we say this in a more direct way? Maybe something like "Don't use sudo to install jrnl" or something along those lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for taking this on!
I have a few notes, but it should be good to merge with minor changes.
No problem! I should have time to add these changes later tonight. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thank you!
This is intended to fix #1097. The documentation was updated to include two notes regarding issues that could be encountered during installation. This should reduce the confusion of issues that occur when pipx is installed via apt. It also should help clarify path issues that arise when the user uses the sudo command with pipx. I've attached a screenshot of what the installation documentation looks like:
Checklist
for the same issue.