Installation

We hope to streamline the setup process soon. In the meantime, you follow the Manual setup, or use Using Docker.

Manual setup

image-match

You will need image-match installed. Follow the install directions in the link. Along the way you will get elasticsearch and the scientific python libraries set up.

blender

match3d uses blender for rendering. The blender packages are out-of-date on Ubuntu 15.10, so to be safe install blender as explained here:

$ sudo add-apt-repository ppa:thomas-schiex/blender
$ sudo apt-get update
$ sudo apt-get install blender

match3d

To install match3d along with its python dependencies:

$ pip install -e .

Using Docker

Run elasticsearch:

$ docker-compose up -d es

Then to start an ipython session:

$ docker-compose run --rm m3d ipython