Installation¶
Docker Installation¶
- Download the docker image
$ docker pull acostapazo/bob.chapter.hobpad2.facepadprotocols:latest
- Check your installation out.
$ docker run -v $(pwd):/bob.chapter.hobpad2.facepadprotocols acostapazo/bob.chapter.hobpad2.facepadprotocols:latest bin/bash -c "cd bob.chapter.hobpad2.facepadprotocols; ./ci.sh; ./rr.sh"
Local Installation¶
- Install conda -> https://conda.io/docs/user-guide/install/index.html
- Create the conda env
$ conda create --name hobpad2_chapter14_env python=2.7
- Activate the environment
$ source activate hobpad2_chapter14_env
- Buildout the bob package
$ #You should be inside the activated conda env (hobpad2_chapter14_env)
$ python bootstrap-buildout.py
$ bin/buildout
- Clone the bob package
$ git clone https://github.com/Gradiant/bob.chapter.hobpad2.facepadprotocols
- Buildout the bob package
$ #You should be inside the package directory (bob.chapter.hobpad2.facepadprotocols)
$ cd bob.chapter.hobpad2.facepadprotocols
$ python bootstrap-buildout.py
$ bin/buildout
- Reproduce the results
$ bin/reproducible_research.py