layout: page title: Starter Guilde description: Project Community Page group: nav-right

{% include JB/setup %}

Creating a new engine

  1. To create a new engine
workon python-toolbox-env
marvin engine-generate

Respond the interactive prompt and wait for the engine environment preparation, and don't forget to start dev box before if you are using vagrant.

  1. Test the new engine
workon <new_engine_name>-env
marvin
  1. For more informations
marvin --help
  1. Youtube Tutorial

Creating first engine