[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-docs] branch master updated: first attempt at python
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-docs] branch master updated: first attempt at python 3.7 documentation. |
Date: |
Tue, 01 Oct 2019 13:34:34 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new a6e9df9 first attempt at python 3.7 documentation.
new 503fe9d Merge branch 'master' of git.taler.net:docs
a6e9df9 is described below
commit a6e9df98de4885e57b7f2973ef2ccf3d5c0aa96a
Author: ng0 <address@hidden>
AuthorDate: Tue Oct 1 11:33:54 2019 +0000
first attempt at python 3.7 documentation.
---
onboarding.rst | 10 ++++++++--
taler-backoffice-manual.rst | 2 +-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/onboarding.rst b/onboarding.rst
index daeebdd..8c60cec 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 6040fd6..d87f100 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:
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-docs] branch master updated: first attempt at python 3.7 documentation.,
gnunet <=