ESGF errata service
  • ESGF Errata Service overview
  • Errata service web-pages
    • Look up an issue
    • Track a version
    • Issue viewer
    • Log in to the errata service
    • Create an issue through webforms
    • Propose an issue through webforms
    • Update an issue through webforms
  • Errata service command line client
    • Installation
    • Configuration
    • Generic usage
    • Create an issue (CLI)
    • Update an issue (CLI)
    • Retrieve an issue
  • Errata service API
  • FAQ
  • Credits
Powered by GitBook
On this page
  • Usual PIP installation
  • PIP installation from GitHub
  • Installation from GitHub
  • Dependencies and requirements
  1. Errata service command line client

Installation

PreviousErrata service command line clientNextConfiguration

Last updated 1 year ago

Usual PIP installation

pip install esgissue-client

PIP installation from GitHub

pip install -e git@github.com:ES-DOC/esdoc-errata-client.git@master#egg=esdoc-errata-client

Installation from GitHub

  1. Clone :

    git clone git@github.com:ES-DOC/esdoc-errata-client.git@master
  2. Run the setup.py:

    cd esdoc-errata-client
    python setup.py install
  3. The esgissue command-line is ready.

    Warning

    To run esgissue you have to be logged into a machine with internet access.

Dependencies and requirements

Linux distribution with Python 2.6+ is required. esgissue uses the following basic Python libraries. Ensure that your Python environment includes:

Some required libraries are not included in most Python distributions. Please install them using the usual PIP command:

pip install <pkg_name>

our GitHub project
os
collections
fnmatch
linecache
getpass
sys
re
platform
argparse
logging
ConfigParser
datetime
uuid
string
json
textwrap
jsonschema
requests
pbkdf2
pyDes