tjvr / kurt

Python library for reading/writing MIT's Scratch file format.
https://kurt.tjvr.org
GNU General Public License v3.0
86 stars 24 forks source link

Added setup.py and updated installation notes #7

Closed bboe closed 12 years ago

bboe commented 12 years ago

These changes are needed for using setuptools to install the package in development mode.

I have also registered kurt on pypi with this version of the code as I need it for easy dependency installation on a few projects I'm working on with undergraduates this summer. I'll be happy to hand control of the package over to you once these changes are incorporated into the main branch. I'm also happy to continue to manage the package on pypi if you'd prefer.

Pypi Info http://pypi.python.org/pypi/kurt/1.2.2dev.bboe

Installation, along with dependency installation can now be accomplished via one of the following:

pip install kurt
easy_install kurt