From d10e876e6cc1c5689d4e149d3812ad5771625587 Mon Sep 17 00:00:00 2001
From: Alex Lee <alexleegk@gmail.com>
Date: Tue, 10 Apr 2018 23:49:44 -0700
Subject: [PATCH] Add note about bash version.

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 3f41e342..2d88db10 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ cd video_prediction
 ```bash
 pip install -r requirements.txt
 ```
+Note: in macOS, make sure that bash >= 4.0 is used (needed for associative arrays in `download_model.sh` script).
 
 ### Use a Pre-trained Model
 - Download and preprocess a dataset (e.g. `bair`):
-- 
GitLab