Skip to content

Commit 882bca3

Browse files
Update README
1 parent 30eedb9 commit 882bca3

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,20 @@ the github releases and http://colomoto.org/biolqm/.
2929
While most features are implemented in Java and should work without further installation,
3030
some analysis rely on the clingo ASP solver, available on https://potassco.org/.
3131

32+
After downloading the jar file for a release, run:
33+
34+
java -jar bioLQM-0.6.1.jar
35+
3236

3337
### Conda package
3438

35-
BioLQM is included in the conda package for GINsim. In a working conda environment, run
39+
BioLQM is included in the conda package for GINsim. In a working conda environment, the
40+
following command will to install GINsim, BioLQM, and their dependencies.
41+
3642
conda install -c colomoto ginsim
37-
to install GINsim, BioLQM, and their dependencies. These packages are tested on Linux (x64),
38-
but should also work on Mac OSX and Windows platforms.
39-
a *bioLQM* command should then be available in your environment.
43+
44+
A *bioLQM* command should then be available in your environment.
45+
These packages are tested on Linux (x64), but should also work on Mac OSX and Windows platforms.
4046

4147
These conda packages are used to build a consistent and reproducible environment integrating
4248
several software tools for the analysis of qualitative models, as described in

0 commit comments

Comments
 (0)