summaryrefslogtreecommitdiff
path: root/conda.sh
diff options
context:
space:
mode:
authorRobert Reed <robert.mc.reed@gmail.com>2021-08-24 20:47:08 -0700
committerRobert Reed <robert.mc.reed@gmail.com>2021-08-24 20:47:08 -0700
commit8d8f9c45f719781a6721a8d97fcee2ae5091f4a0 (patch)
tree5df137f8a02fcc5acbcfc60548cea1687ba00013 /conda.sh
parent2ab2653cd5fd1622797771eb5dfc0b64b1ec71e2 (diff)
fix: add solidpython to conda script
Diffstat (limited to 'conda.sh')
-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