Demos and Examples

Running Included Demo Scripts

The [source package] contains a number of sample Python scripts in the [demo] folder. All the demo scripts can downloaded here: [demo.zip] . These scripts can be used as templates for new users.

  1. Download demo.zip at [demo.zip] .

  2. Uncompress the zip file and cd into demo folder.

  3. In your terminal window, install required dependencies for the demos:

    $ pip install -r requirements_demo.txt
    
  4. In your terminal window, use python to run each demo.