Session-WK12

From Dev8D

Jump to: navigation, search

Documentation! Learning to love writing documentation, and making code a thing of beauty by using Dexy and other tools

Time:Thu 17th Feb 2011 12:00-14:15
Location:Workshop 2
Session type:Workshop - #dev8d #wk

The goal of this workshop is to get you up and running with Dexy. After

this workshop you will be ready to start trying Dexy on your own projects, or as a tool for exploring/contributing to other open source projects.

This is a hands-on workshop so you will need to bring a laptop running Mac or Linux, with Python 2.6 or 2.7 installed, and Dexy installed as per the instructions on http://dexy.it/install (make sure you install the 'common' extras). Dexy does run on Windows but this is relatively untested and many of the filters do not work, so if you are on a Windows laptop then please install a Linux virtual machine and install Python and Dexy on that.

Please install the garlicsim and garlicsim_lib Python packages: easy_install garlicsim easy_install garlicsim_lib

Please also install R http://r-project.org, and then within R run

install.packages("rjson")