You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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