Skip to content
Snippets Groups Projects
Commit 3c5841ae authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Build nightly version.

parent 27e9503c
No related branches found
No related tags found
1 merge request!240Merged all components on Sep 11.
#!/usr/bin/env bash #!/usr/bin/env bash
brew tap BhallaLab/moose brew tap BhallaLab/moose
brew install moose brew install --HEAD moose-nightly
python -m pip install networkx python-libsbml pyNeuroML matplotlib python -m pip install networkx python-libsbml pyNeuroML matplotlib
python -c 'import moose; print( moose.__version__ )' python -c 'import moose; print( moose.__version__ )'
python -c 'import moose; print( moose.test() )' python -c 'import moose; print( moose.test() )'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment