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

{% include JB/setup %}

Installing Toolbox using vagrant

  1. Install requirements
  1. Clone repository and start provision
git clone https://github.com/marvin-ai/marvin-vagrant-dev.git
cd marvin-vagrant-dev
  1. Prepare dev (engine creation) box
vagrant up dev
vagrant ssh dev

Wait for provision process and follow interactive configuration script after access the dev box using vagrant ssh command.

  1. The marvin source projects will be on your home folder, to compile and use the marvin toolbox
workon python-toolbox-env
make marvin