how can I install Memcached in Django? I did see the Documentations but could not find out how to install it. The Documentations says that I have to first install Memcached and then a Python Memcached binding ( pymemcache or Pylibmc), but could not find out how to install them.