Openmc examples assembly running error

How can i runnig Openmc example assembly?When i runned python3 assembly , app give me this error
emil@DESKTOP-:~/openmc/examples/assembly$ python3 assembly.py
usage: assembly.py [-h] [–generate] [–run]

options:
-h, --help show this help message and exit
–generate
–run
emil@DESKTOP-:~/openmc/examples/assembly$

This particular example takes command line arguments to either generate the XML files or run the simulation.

Try including the arguments in the terminal command

python3 assembly.py --run

Or

python3 assembly.py --generate

Then

openmc 
1 Like