/
Run Python from ShogunPostCL

Run Python from ShogunPostCL

You can switch the ShogunPostCL command line between HSL and Python using the command setLanguage.

From HSL, the command is:

setLanguage "python";

From Python, the command is:

shogunPost.SetLanguage( "hsl" )

Related content