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

#1435 - recommend installing jira[cli] to get jirashell deps #1709

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

jefft
Copy link
Contributor

@jefft jefft commented Aug 4, 2023

pip install jira used to result in a working jirashell, but nowadays there is a missing dependency (see #1435), and pip install 'jira[cli]' is necessary. The installation doc has been updated, but is inconsistent -- the first reference says pip install jira, and next paragraph says pip install 'jira[cli]'.

The attached patch fixes the inconsistency to always recommend pip install 'jira[cli]', and adds a sentence explaining what [cli] does.

Copy link
Collaborator

@adehad adehad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, good spot

@adehad adehad temporarily deployed to ack September 28, 2023 13:11 — with GitHub Actions Inactive
@adehad adehad temporarily deployed to ack September 28, 2023 13:11 — with GitHub Actions Inactive
@adehad adehad linked an issue Sep 28, 2023 that may be closed by this pull request
4 tasks
@adehad adehad merged commit c323c7c into pycontribs:main Sep 28, 2023
10 of 13 checks passed
@jefft jefft deleted the docs-install-jirashell branch September 30, 2023 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error "ModuleNotFoundError: No module named 'keyring'" when trying to use jirashell
2 participants