Permalink
Browse files

Allow requirements.sh to take arguments

  • Loading branch information...
1 parent d7567ee commit a358f74e4aa05961607a41042c4115d98257103b @brandon-rhodes committed Apr 7, 2015
Showing with 3 additions and 1 deletion.
  1. +3 −1 requirements.sh
View
@@ -1 +1,3 @@
-conda install --yes ipython-notebook pandas matplotlib numexpr
+#!/bin/bash
+
+conda install --yes ipython-notebook matplotlib pandas scipy "$@"

0 comments on commit a358f74

Please sign in to comment.