INSTALL 567 B

123456789101112131415161718192021222324252627
  1. You need repoze.who to get the examples working, can be gotten through
  2. easy_install
  3. easy_install "repoze.who=1.0.16"
  4. !! 2.0 or newer are missing the form plugin which is used in some instances
  5. Or from the PyPi site if you prefer to do it that way.
  6. Likewise for pyasn1.
  7. You should get the latest version, which is right now 1.0.18 .
  8. You also need xmlsec, which you can find here:
  9. http://www.aleksey.com/xmlsec/
  10. You may also need:
  11. mako
  12. memcached
  13. python-memcache
  14. Apart from that a normal
  15. python setup.py install
  16. will install the package.