Creating the windows binary ::

  pip install pyinstaller
  pip install -e .
  pyinstaller --hidden-import six --hidden-import packaging --hidden-import packaging.version --hidden-import packaging.requirements --clean saemref-client.py


You should then have a `saemref-client.exe` in `dist/saemref-client/` directory. You
should ship the whole directory.
