summaryrefslogtreecommitdiff
path: root/onboarding.rst
diff options
context:
space:
mode:
Diffstat (limited to 'onboarding.rst')
-rw-r--r--onboarding.rst10
1 files changed, 8 insertions, 2 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