File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,15 +75,17 @@ pip install odml
7575
7676### Python convenience scripts
7777
78- The Python installation features two convenience commandline scripts.
78+ The Python installation features multiple convenience commandline scripts.
7979
8080- ` odmlconversion ` : Converts odML files of previous file versions into the current one.
8181- ` odmltordf ` : Converts odML files to the supported RDF version of odML.
82+ - ` odmlview ` : Render and browse local XML odML files in the webbrowser.
8283
83- Both scripts provide detailed usage descriptions by adding the help flag to the command.
84+ All scripts provide detailed usage descriptions by adding the ` help ` flag to the command.
8485
8586 odmlconversion -h
8687 odmltordf -h
88+ odmlview -h
8789
8890### odML - NIX conversion script
8991
@@ -98,7 +100,7 @@ You can install the command line script via pip:
98100
99101
100102The script can then be run from the command line and provides a detailed usage
101- description by adding the help flag to the command.
103+ description by adding the ` help ` flag to the command.
102104
103105
104106 nixodmlconverter -h
You can’t perform that action at this time.
0 commit comments