-
Notifications
You must be signed in to change notification settings - Fork 49
Starting PyRAT
Anderl edited this page Feb 12, 2019
·
1 revision
Starting PyRAT in CLI mode from the command line:
> pyrat.run -b [rat filename] or:
> pyrat.run --batch [rat filename]
Or use it from within python:
>>> import pyrat [for scripts, or]
>>> from pyrat import * [easier for interactive work, no "pyrat" prefix]
Starting PyRAT in GUI mode from the command line:
> pyrat.run [rat filename]
If you want to launch the GUI from the CLI interface, use gui()
or show()