If you're looking contribute to Fig but you're new to the project or maybe even to Python, here are the steps that should get you started.
git clone [email protected]:kvz/fig.git.cd fig.python setup.py develop. That will install the dependencies and set up a symlink from your fig executable to the checkout of the repo. So from any of your fig projects, fig now refers to your development project. Time to start hacking : )./scripts/test to verify it won't break other usecases.$ script/test
Linux:
$ script/build-linux
OS X:
$ script/build-osx
Note that this only works on Mountain Lion, not Mavericks, due to a bug in PyInstaller.