zen4ever / django-authorizenet

Django and Authorize.NET payment gateway integration
MIT License
87 stars 36 forks source link

pip install #1

Closed ghost closed 13 years ago

ghost commented 13 years ago

It would be nice/useful if django-authorizenet would be made pip installable.

zen4ever commented 13 years ago

for now you can use pip install -e git://github.com/zen4ever/django-authorizenet.git#egg=django-authorizenet I will make a first release and upload the package on PyPi soon.

ghost commented 13 years ago

Great. It's certainly a package which deserves being on PyPI.

zen4ever commented 13 years ago

Released django-authorizenet 1.0 on PyPi, now you can use pip install django-authorizenet

ghost commented 13 years ago

great, thanks ... now we need more people using it and start contributing :)