aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index eb46716e..a332bfe1 100644
--- a/README
+++ b/README
@@ -6,7 +6,9 @@ Sourcecode for https://gnunet.org created from the https://taler.net code base.
6 6
7Requires python3-jinja2, python3-babel, and gettext. 7Requires python3-jinja2, python3-babel, and gettext.
8 8
9Run "make" to build the HTML. 9Run "make" or "gmake" to build the HTML.
10In old USB fashion, run make or gmake again if it fails (we might fix this
11eventually).
10 12
11Expect it to show up in en/ and other language folders, NOT in the root dir. 13Expect it to show up in en/ and other language folders, NOT in the root dir.
12 14
@@ -38,7 +40,9 @@ all of the required packages.
38Additional Notes 40Additional Notes
39================ 41================
40 42
41This website has been tested with python 3.6.5 and jinja2 2.9.6. 43This website has been tested with:
44* python 3.6.5 and jinja2 2.9.6.
45* python 3.7.1, Babel 2.6.0, py-jinja2 2.10 (pkgsrc, NetBSD 8.0)
42Since python development in collaborative environments with 46Since python development in collaborative environments with
43a whole range of possibilities in what your environment looks 47a whole range of possibilities in what your environment looks
44like, please state problems on the mailinglist instead of just 48like, please state problems on the mailinglist instead of just