mtiller / recon

Web and network friendly simulation data formats
MIT License
8 stars 4 forks source link

Proper Setup Script #18

Closed xogeny closed 10 years ago

xogeny commented 10 years ago

I need to add a setup script. Furthermore, it should include scripts for converting a) wall files into meld files and dsres files into meld files.

xogeny commented 10 years ago

Added as of 271f2dca51f109a207b566db2150ba77f13a3e98

One issue...the setup.py script doesn't state dependencies. Ideally, a dependency on msgpack-python should be included so when people do a pip install recon they should automatically pull down the msgpack-python and install it too.