User Tools

Site Tools


wiki:workfloweditor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:workfloweditor [2019/06/20 17:22] stanislavsulcwiki:workfloweditor [2022/06/09 10:45] (current) bp
Line 4: Line 4:
 [[https://github.com/mupif/workfloweditor|MuPIF Workflow Editor]], is a graphical extension for MuPIF Workflow Generator to compose the simulation workflows, define the simulation parameters and generate the Python code easily. [[https://github.com/mupif/workfloweditor|MuPIF Workflow Editor]], is a graphical extension for MuPIF Workflow Generator to compose the simulation workflows, define the simulation parameters and generate the Python code easily.
  
-How to install:+{{ :wiki:images:mwg_full.gif?nolink |}} 
 + 
 +How to install on Ubuntu:
 <code> <code>
 apt-get install python3-pyqt5 apt-get install python3-pyqt5
Line 12: Line 14:
 git clone https://github.com/mupif/workfloweditor.git git clone https://github.com/mupif/workfloweditor.git
 </code> </code>
 +
 +How to install on Windows:
 +<code>
 +pip install pyqt5
 +pip install termcolor
 +pip install mupif
 +git clone https://github.com/mupif/workflowgenerator.git
 +git clone https://github.com/mupif/workfloweditor.git
 +</code>
 +
 +On both these operating systems you need to add the paths of workflowgenerator and workfloweditor to the system variable PYTHONPATH.
 +
 Runnig the examples: Runnig the examples:
 <code> <code>
Line 23: Line 37:
 python workfloweditor/workfloweditor/examples/example02_tm_cantilever/main_exec_code_generation.py python workfloweditor/workfloweditor/examples/example02_tm_cantilever/main_exec_code_generation.py
 </code> </code>
- 
-Alternatively, you can test it with Docker. The repository is [[https://hub.docker.com/r/stanislavsulc/mupif_workflow_editor|here]]. 
wiki/workfloweditor.1561044172.txt.gz · Last modified: 2019/06/20 17:22 by stanislavsulc