Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

  1. source ~/virtualenv/iktool/bin/activate

  2. Compile
    pyinstaller ~/indeni-knowledge/scripts/iktool.deploy/iktool.py -F
    Compiled file is located in /Users/<username>/dist/iktool

Run iktool --help.
If the usage is printed, the compilation was successful.

Examples

  1. Config file (for running workflow/block on real device)

...