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.yaml
file,IN
file and add a picture with your signature. -
Write records for the last month to the
IN
file and runinvoicer -r
command. -
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 sdist
and finally upload ittwine upload dist/*
)