From a358f74e4aa05961607a41042c4115d98257103b Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Tue, 7 Apr 2015 15:53:19 -0400 Subject: [PATCH] Allow requirements.sh to take arguments --- requirements.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.sh b/requirements.sh index 9c7afa4..6249427 100755 --- a/requirements.sh +++ b/requirements.sh @@ -1 +1,3 @@ -conda install --yes ipython-notebook pandas matplotlib numexpr +#!/bin/bash + +conda install --yes ipython-notebook matplotlib pandas scipy "$@"