summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconda.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/conda.sh b/conda.sh
index 6eacf90..8985067 100755
--- a/conda.sh
+++ b/conda.sh
@@ -67,6 +67,10 @@ inform "Installing scipy..."
pip install scipy
+inform "Installing solidpython..."
+
+pip install solidpython
+
inform "Updating conda dependencies..."
conda update --all -y