Installation

To install the auto-discovery utility from the .egg Python package, run the following::

python -m easy_install cloudshell_autodiscovery-1.0.1-py2.7.egg

Install from source:

git clone git@github.com:QualiSystemsLab/cloudshell-autodiscovery-tool.git
cd cloudshell-autodiscovery-tool
pip install -r requirements.txt
python setup.py install