Install brew by ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" (if not already installed)
Install Python by brew install python
And finally install this tool by pip install capy (optionally you need to run pip install pyyaml if it fails)
You will need a file named capy_conf.yaml which will contain all information needed for capy to run.
See with comments for more info.
And you should also use file named capy_private.yaml for your private configuration. (This file should be in .gitignore)
See with comments for more info.
-
Register on
https://pypi.python.org/) -
Register new project:
python setup.py register -
Upload new build: clean
rm -Rf dist, then create a build./setup.py sdistand finally upload ittwine upload dist/*