Installing Marvin Toolbox on Windows
Take the following steps to install Marvin Toolbox using Vagrant:
1.Install requirements
- Virtual box (Version 5.1 +)
- Vagrant
(Version 1.9.2 or +)
2.Clone repository and start provision
git clone https://github.com/marvin-ai/marvin-vagrant-dev.git
cd marvin-vagrant-dev
3.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.
4.Compile and use the marvin toolbox
workon python-toolbox-env
make marvin