From 4e3b33948f6a79ff5bb4fa56fe1d4e938164241c Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Thu, 2 Mar 2017 10:27:45 +0100 Subject: [PATCH] Added SWIG in a requirements section --- README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 42b3945..e028033 100644 --- a/README +++ b/README @@ -35,6 +35,13 @@ HOD halo population code provided by Jeremy Tinker. RAMSES module provided by Benjamin B. Thompson. +Requirements +------------ + +The package swig needs to be installed and available in the PATH (http://www.swig.org/). It +is required by scipy and we have not decided to bundle it with VIDE at the moment. + + Quick Start Guide ----------------- @@ -48,4 +55,4 @@ cd pipeline/ Version Summary ----------------- -v1.0 - Initial Release \ No newline at end of file +v1.0 - Initial Release