From 36f06b68bfd5495f4f56342a0a126e6151f2af4f Mon Sep 17 00:00:00 2001 From: Ashley Stewart Date: Thu, 10 Oct 2024 15:26:38 -0500 Subject: [PATCH] Add missing dependencies --- docs/using_ezBIDS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/using_ezBIDS.md b/docs/using_ezBIDS.md index 289f3d70..46ff05ab 100644 --- a/docs/using_ezBIDS.md +++ b/docs/using_ezBIDS.md @@ -204,6 +204,8 @@ Make sure the following software packages are installed on your computer: 1. [Docker](https://www.docker.com/) 2. [Docker Compose](https://docs.docker.com/compose/) 3. [Node(.js) & npm](https://nodejs.org/en/download/) +4. [OpenSSL 1.1](https://github.com/openssl/openssl) +5. [ICU v71](https://icu.unicode.org/) !!! warning Node and npm installation Download the LTS version (20.11.0), as ezBIDS does not work well with newer Node versions. If working on Mac OS, avoid downloading from homebrew, as homebrew provides the most recent version or puts an older version in an atypical directory (e.g. *node@20*).