summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-10-01 11:33:54 +0000
committerng0 <ng0@taler.net>2019-10-01 11:33:54 +0000
commita6e9df98de4885e57b7f2973ef2ccf3d5c0aa96a (patch)
tree5c8b3a8818e4d791367a7233385956272f9333d8
parent4b9d5d5be570422c28429d8c36eea072daaed171 (diff)
downloaddocs-a6e9df98de4885e57b7f2973ef2ccf3d5c0aa96a.tar.gz
docs-a6e9df98de4885e57b7f2973ef2ccf3d5c0aa96a.tar.bz2
docs-a6e9df98de4885e57b7f2973ef2ccf3d5c0aa96a.zip
first attempt at python 3.7 documentation.
-rw-r--r--onboarding.rst10
-rw-r--r--taler-backoffice-manual.rst2
2 files changed, 9 insertions, 3 deletions
diff --git a/onboarding.rst b/onboarding.rst
index daeebdd3..8c60cec5 100644
--- a/onboarding.rst
+++ b/onboarding.rst
@@ -55,7 +55,7 @@ do:
::
- $ cd $HOME
+ $ cd $HOME
$ git clone git://git.taler.net/deployment
Then run the prepare script that will (1) download all the repositories
@@ -64,7 +64,7 @@ needed data.
::
$ ./deployment/bin/taler-deployment-prepare [test | int | demo]
-
+
..
**Note**
@@ -348,6 +348,12 @@ A complete list of all the existing repositories is currently found at
``https://git.taler.net/``. Note: ``<repository>`` must NOT have the
``.git`` extension.
+.. _Python-Versions:
+Python Versions
+===============
+
+Python code should be written and build against version 3.7 of python.
+
.. _Bugtracking:
Bugtracking
diff --git a/taler-backoffice-manual.rst b/taler-backoffice-manual.rst
index 6040fd6e..d87f100e 100644
--- a/taler-backoffice-manual.rst
+++ b/taler-backoffice-manual.rst
@@ -40,7 +40,7 @@ GNU-ish fashion.
$ make install
Note that to make the application work ``<PREFIX>/bin`` must be included
-in the ``$PATH``, and ``<PREFIX>/lib/python3.5/site-packages/`` in
+in the ``$PATH``, and ``<PREFIX>/lib/python3.7/site-packages/`` in
``$PYTHONPATH``.
.. _Configuration: