Skip to content
  • Jo¶rgen Karlsson's avatar
    Update setup.py and dependencies · bce1f77e
    Jo¶rgen Karlsson authored
    
    
    Fixes dependency problem with python-openstackclient
    Freezes requirements to use latest/current upstream versions
    
    Yardstick can be installed with:
    
    $ python setup.py install
    
    or with:
    
    $ easy_install -U pip
    $ pip install -r ci/requirements.txt
    $ pip install .      (or for develop mode: pip install -e .)
    
    if fixed package versions are required
    
    Change-Id: I9cb44d29011509c9c388dc2e7dc8bb60ee25e790
    JIRA:-
    Signed-off-by: default avatarJo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
    bce1f77e