2

I execute the following command

pip install jira_python

as per the documentation here - http://jira-python.readthedocs.org/en/latest/

I get an error -

Could not find a version that satisfies the requirement jira-python (from versions: ) No matching distribution found for jira-python

Nick
  • 31
  • 11

1 Answers1

2

Check out documentation in pypi.python.org.

To install:

pip install jira

or

easy_install jira
ThePavolC
  • 1,693
  • 1
  • 16
  • 26