All commands are used under the root dir of the project (where this README.txt is), 

1. For nose test:
use the command 'nosetests'

2. For releasing a new version:
python setup.py sdist upload -r pypi


