Skip to content

Commit

Permalink
clarify installing jira[cli] to get jirashell deps (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefft authored Sep 28, 2023
1 parent c48951f commit c323c7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ Installation

The easiest (and best) way to install jira-python is through `pip <https://pip.pypa.io/>`_::

pip install jira
pip install 'jira[cli]'

This will handle installation of the client itself as well as the requirements.
This will handle installation of the client itself as well as the requirements. The `[cli]` part installs
dependencies for the `jirashell` binary, and may be omitted if you just need the library.

If you're going to run the client standalone, we strongly recommend using a `virtualenv <https://virtualenv.pypa.io/>`_:

Expand Down

0 comments on commit c323c7c

Please sign in to comment.