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 invoicer
-
Create a new directory
-
Inside this directory create
base.yamlfile,INfile and add a picture with your signature. -
Write records for the last month to the
INfile and runinvoicer -rcommand. -
When you send an invoice run
invoicer -s NUMBER. -
After an invoice has been paid run
invoicer -p NUMBER.
-
Register on
https://pypi.python.org/) -
Register new project:
python setup.py register -
Upload new build: run
./release.sh(cleanrm -Rf dist, then create a build./setup.py sdistand finally upload ittwine upload dist/*)