Installing memcached for a django project

Just do pip install python-memcached and you should be good.

As for installing memcached itself, it depends on the platform you are on.

On OS X/Linux, just run memcached in the command line.

Leave a Comment