Updated doc version to be the same as the setup.py version.
This commit is contained in:
@@ -45,9 +45,9 @@ copyright = u'2010-2011, Roland Hedberg'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.4'
|
version = '1.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ Install PySAML2
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
For all this to work you need to have Python installed.
|
For all this to work you need to have Python installed.
|
||||||
The development has been done using 2.6.
|
The development has been done using 2.7.
|
||||||
There is no 3.X version yet.
|
There is now a 3.X version.
|
||||||
|
|
||||||
Prerequisites
|
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
|
for instance by getting it from the Python Package Instance by using
|
||||||
easy_install.
|
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
|
Depending on how you are going to use PySAML2 you might also need
|
||||||
|
|
||||||
* Mako
|
* Mako
|
||||||
* pyASN1
|
* pyASN1
|
||||||
* repoze.who (make sure you get 1.0.16 and not 2.0)
|
* repoze.who
|
||||||
* decorator
|
|
||||||
* python-memcache
|
* python-memcache
|
||||||
* memcached
|
* memcached
|
||||||
* M2Crypto
|
|
||||||
|
|
||||||
Quick build instructions
|
Quick build instructions
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|||||||
Reference in New Issue
Block a user