You must use an AIO egg (was not tested on other eggs)
You also need a PostgreSQL database.
To download and setup zipline run those commands in order
git clone https://github.com/diced/zipline # clone zipline
cd zipline # enter the cloned directory
mkdir /home/container/tmp # make a temporary folder
export TMPDIR=/home/container/tmp # set temp dir to the folder you just made