pythonclt / RTC-Python-Wrapper

Python wrapper for the Sunlight Lab's Real Time Congress API
http://services.sunlightlabs.com/docs/Real_Time_Congress_API/
14 stars 4 forks source link

Setup pip package #3

Open FlaviuSim opened 13 years ago

mhjohnson commented 13 years ago

@Flaviu

I've never set one up. How long does this typically take?

FlaviuSim commented 13 years ago

I believe you only have to setup a decent setup.py so that you can install it on a system with python setup.py install. Then, pip can do it too. Check out South's setup.py: https://github.com/dmishe/django-south/blob/master/setup.py