How to install mixpanel-celery
- Download and install ActivePython
- Buy and install the Business Edition license from account.activestate.com
- Open Command Prompt
- Type
pypm install mixpanel-celery
mixpanel-celery helps you use Celery to asynchronously track your Mixpanel events. Waiting on HTTP requests to Mixpanel's api to complete every time you want to record something slows you down. Using mixpanel-celery gives you all of the Mixpanel goodness without any of the potential performance impact.
Visit the mixpanel-celery website or read the docs for more info.