Skip to content

Commit dec9262

Browse files
committed
new bin directory separated out of pymodel directory
new README in pymodel and bin
1 parent 91fcfe5 commit dec9262

19 files changed

Lines changed: 67 additions & 35 deletions

bin/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
bin directory
3+
=============
4+
5+
This directory contains the commands for PyModel.
6+
7+
To use PyModel, this directory must be on your execution *PATH*.
8+
Or, its contents must be installed in some directory that is on your
9+
execution *PATH*.
10+
11+
There are two versions of some commands. The version without a
12+
file type is a *bash* script for Unix/Linux/Mac; the version with
13+
*.bat* is a batch file for Windows.
14+
15+
The commands are:
16+
17+
- *pma*, *pmg*, *pmt*, *pmv*: the four main PyModel commands. They
18+
just invoke the Python modules with the same names in the *pymodel*
19+
directory. See *commands.txt* in the *notes* directory, or print
20+
their built-in help by typing *pma -h* etc.
21+
22+
- *clogdiff*: works with trun.py to execute and check
23+
regression tests. See *test.txt* in the *notes* directory.
24+
25+
- *dotpdf*, *dotps*, *dotsvg*: invoke the Graphviz *dot* program to
26+
produce *.pdf*, *.ps*, or *.svg* graphics files from the *.dot*
27+
files generated by *pmg*
28+
29+
- *tpath*: put the current directory *.* (dot) on *PYTHONPATH*. This
30+
is needed by the PyModel programs *pmt* etc., which all import
31+
Python modules in the current directory that are named on the command line.
32+
33+
34+
Revised Apr 2013
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)