Skip to content
Jiří Stránský edited this page Jul 16, 2013 · 2 revisions

Installing from source

git clone git@github.com:tuskar/python-tuskarclient.git
cd python-tuskarclient
tox # installs virtual testing & development environment
    # and runs tests (you should see everything pass)
source .tox/py27/bin/activate # activates vritual environment
python setup.py develop # creates wrapper script in the virtual
                        # environment for running the CLI
Clone this wiki locally