From 9d5471da6c3d03bc26245890f65ae951bd7c616e Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 26 Aug 2020 17:21:48 +0100
Subject: [PATCH] MNT: Readme

---
 README | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 29b53c7..89e9530 100644
--- a/README
+++ b/README
@@ -3,13 +3,18 @@ This repository contains a set of tests which can be run via
 installation.
 
 
+Note that many tests are dependent on various benchmark data sets which are
+hosted internally at FMRIB, and thus cannot be executed outside of the FMRIB
+computing system.
+
+
+Note also that some tests (e.g. `fsl_course/fdt/bedpostx_gpu/`) need to be run
+on a CUDA-capable machine.
+
+
 Run the tests from the repository root as follows:
 
     pyfeeds -c pyfeeds_config.cfg -o /path/to/output_direcfory .
 
 Before running the tests, make sure to update the paths in
 `pyfeeds_config.cfg`.
-
-
-Note that some tests (e.g. `fsl_course/fdt/bedpostx_gpu/`) need to be run on a
-CUDA-capable machine.
\ No newline at end of file
-- 
GitLab