aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
index cd3165f..f5d6960 100644
--- a/README.org
+++ b/README.org
@@ -9,6 +9,13 @@ Build dependencies are
- [[https://www.gnu.org/software/gsl/][GNU Scientific Library]] (for vector and scientific functions)
- [[https://gnu.org/software/guile][GNU Guile]] (for the scheme wrappers)
+The easiest way to install these dependencies is to use a [[https://guix.gnu.org/][guix]]
+environment.
+
+#+BEGIN_SRC shell
+ $ guix environment -l guix.scm
+#+END_SRC
+
To build, run the following commands.
#+BEGIN_SRC shell