pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.94k stars 859 forks source link

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

Closed jefft closed 11 months ago

jefft commented 1 year ago

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.