diff options
author | Robert Reed <robert.mc.reed@gmail.com> | 2021-08-24 20:47:08 -0700 |
---|---|---|
committer | Robert Reed <robert.mc.reed@gmail.com> | 2021-08-24 20:47:08 -0700 |
commit | 8d8f9c45f719781a6721a8d97fcee2ae5091f4a0 (patch) | |
tree | 5df137f8a02fcc5acbcfc60548cea1687ba00013 | |
parent | 2ab2653cd5fd1622797771eb5dfc0b64b1ec71e2 (diff) |
fix: add solidpython to conda script
-rwxr-xr-x | conda.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -67,6 +67,10 @@ inform "Installing scipy..." pip install scipy +inform "Installing solidpython..." + +pip install solidpython + inform "Updating conda dependencies..." conda update --all -y |