Installation
Usual PIP installation
pip install esgissue-clientPIP installation from GitHub
pip install -e git@github.com:ES-DOC/esdoc-errata-client.git@master#egg=esdoc-errata-clientInstallation from GitHub
Clone our GitHub project:
git clone git@github.com:ES-DOC/esdoc-errata-client.git@masterRun the
setup.py:cd esdoc-errata-client python setup.py installThe
esgissuecommand-line is ready.Warning
To run
esgissueyou 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>Last updated