Permalink
Browse files
Allow requirements.sh to take arguments
- Loading branch information...
Showing
with
3 additions
and
1 deletion.
-
+3
−1
requirements.sh
|
|
@@ -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