Skip to content

Commit 02084f4

Browse files
committed
PyModel/README.md, tweak formating, clarify prerequisites
1 parent 0376c57 commit 02084f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ programmed *strategies*.
2828

2929
PyModel provides three main programs:
3030

31-
- *pma*, PyModel analyzer: generates a finite state machine (FSM)
31+
- **pma**, PyModel analyzer: generates a finite state machine (FSM)
3232
and computes properties by exploring a model program, FSM, test suite,
3333
or a product of these. Optionally checks safety properties.
3434

35-
- *pmg*, PyModel graphics: generates a file of graphic commands from an FSM,
35+
- **pmg**, PyModel graphics: generates a file of graphic commands from an FSM,
3636
that can be processed by the Graphviz *dot* command to produce graphics
3737
files in various formats including *svg*, *pdf*, and *ps*.
3838

39-
- *pmt*, PyModel tester: displays traces, generates tests offline,
39+
- **pmt**, PyModel tester: displays traces, generates tests offline,
4040
executes offline tests, or generates and executes tests on-the-fly.
4141

4242
There is also a fourth program:
4343

44-
- *pmv*, PyModel viewer: invokes *pma*, *pmg*, and the Graphiz *dot* command
44+
- **pmv**, PyModel viewer: invokes *pma*, *pmg*, and the Graphiz *dot* command
4545
(to display the graphics generated by *pmg*). The *pmv* program
4646
provides brevity and convenience, so analysis and display can be
4747
accomplished by a single command.
@@ -53,7 +53,7 @@ For more information, read the [notes](notes), peruse the
5353
PyModel is also available at
5454
[PyPI](http://pypi.python.org/pypi/PyModel).
5555

56-
PyModel requires Python 2.6 (because it uses *itertools.product*)
56+
PyModel requires Python 2.6 or higher (because it uses *itertools.product*)
5757

5858
PyModel is influenced by [NModel](http://www.codeplex.com/NModel), but
5959
is not a translation or re-implementation.

0 commit comments

Comments
 (0)