aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 3ef5ae2c..8b00fe5e 100644
--- a/README
+++ b/README
@@ -6,6 +6,17 @@ Run "make" to build the HTML.
6 6
7Expect it to show up in en/ and other language folders, NOT in the root dir. 7Expect it to show up in en/ and other language folders, NOT in the root dir.
8 8
9Alternatively, creating an ad-hoc development environment containing all of
10the necessary software needed to build the HTML files can be easily done
11using the GNU Guix functional package manager.
12
13This can be achieved with the following command:
14
15`guix environment --ad-hoc coreutils bash python python-babel python-jinja2 gettext-minimal make -- bash`
16
17After installing the packages, this will drop you into a bash environment
18from which you can proceed to run "make".
19
9Commentary: 20Commentary:
10This website has been tested with python 3.6.5 and jinja2 2.9.6. 21This website has been tested with python 3.6.5 and jinja2 2.9.6.
11Since python development in collaborative environments with 22Since python development in collaborative environments with