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.
|
||||
#
|
||||
# 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.
|
||||
|
||||
@@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user