From 0b9f5e5958da05727845abb96909150cc07e2fb0 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 13 Mar 2014 19:52:58 +0100 Subject: [PATCH] Updated doc version to be the same as the setup.py version. --- doc/conf.py | 4 ++-- doc/install.rst | 12 +++++------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 592e103..8397b3d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,9 +45,9 @@ copyright = u'2010-2011, Roland Hedberg' # built documents. # # The short X.Y version. -version = '0.4' +version = '1.2' # The full version, including alpha/beta/rc tags. -release = '0.4.2' +release = '1.2.0beta' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/install.rst b/doc/install.rst index 5f13583..0324845 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -10,8 +10,8 @@ Install PySAML2 --------------- For all this to work you need to have Python installed. -The development has been done using 2.6. -There is no 3.X version yet. +The development has been done using 2.7. +There is now a 3.X version. Prerequisites ^^^^^^^^^^^^^ @@ -21,19 +21,17 @@ if it's recent enough, or if the Python is too old you have to install it, for instance by getting it from the Python Package Instance by using easy_install. -You also need xmlsec which you can download from http://www.aleksey.com/xmlsec/ +You also need xmlsec1 which you can download from http://www.aleksey.com/xmlsec/ -If you're on OS X you can get xmlsec installed from MacPorts or Fink. +If you're on OS X you can get xmlsec1 installed from MacPorts or Fink. Depending on how you are going to use PySAML2 you might also need * Mako * pyASN1 -* repoze.who (make sure you get 1.0.16 and not 2.0) -* decorator +* repoze.who * python-memcache * memcached -* M2Crypto Quick build instructions ^^^^^^^^^^^^^^^^^^^^^^^^