opnsense-ports/misc/netron/pkg-message
Franco Fichtner 7b4f73fa55 */*: sync with upstream
Taken from: HardenedBSD
2019-12-13 08:59:36 +01:00

15 lines
366 B
Text

[
{ type: install
message: <<EOM
You installed Netron: a neural network visualizer.
Netron displays graphical user interface through a web browser. It is
recommended that it is run through the electron (devel/electron6) browser
to be a standalone app.
In order to do this you can run it with this command line:
$ BROWSER=electron netron -b {model-file}
EOM
}
]