Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 344 Bytes

README.rst

File metadata and controls

11 lines (6 loc) · 344 Bytes

This is the collection of zamboni's pure-python dependencies.

From your zamboni root, do this:

git clone --recursive git://github.com/jbalogh/zamboni-lib.git vendor

Sit back and relax while all that downloads, then proceed on your merry way.

To keep it up to date:

pushd vendor && git pull && git submodule update --init && popd