diff options
-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 |