Skip to content

Commit cb1df2f

Browse files
authored
Update README.md
1 parent b1789e7 commit cb1df2f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,25 @@ To see this framework in action, click on some of the green buttons below:
1515
|[Auditory cortex network](http://www.opensourcebrain.org/projects/acnet2)|[![Build Status](https://travis-ci.org/OpenSourceBrain/ACnet2.svg?branch=master)](https://travis-ci.org/OpenSourceBrain/ACnet2)|[.travis.yml](https://github.com/OpenSourceBrain/ACnet2/blob/master/.travis.yml)|
1616
| [SBML Showcase](http://www.opensourcebrain.org/projects/sbmlshowcase) | [![Build Status](https://travis-ci.org/OpenSourceBrain/SBMLShowcase.svg?branch=master)](https://travis-ci.org/OpenSourceBrain/SBMLShowcase) | [.travis.yml](https://github.com/OpenSourceBrain/SBMLShowcase/blob/master/.travis.yml)|
1717

18+
Installation
19+
------------
20+
21+
Quick install:
22+
23+
sudo pip install git+https://github.com/OpenSourceBrain/osb-model-validation
24+
25+
Install from cloned repository:
26+
27+
git clone https://github.com/OpenSourceBrain/osb-model-validation.git
28+
cd osb-model-validation
29+
sudo python setup.py install
1830

1931
Instructions
2032
------------
2133

22-
Any _OSB_ project can have automated testing incorporated (currently,
23-
only _LEMS_ and _NEURON_ implementations can be tested thoroughly,
24-
though). In order to enable it:
34+
Any _OSB_ project can have automated testing incorporated. For an overview of the various OSB projects with OMV tests, see https://travis-ci.org/OpenSourceBrain (note not all of these use OMV yet).
35+
36+
In order to enable it:
2537

2638
- create a dry-run <b>O</b>SB <b>M</b>odel <b>T</b>est (_omt_) file, containing the
2739
target model file and the simulator, e.g.

0 commit comments

Comments
 (0)