Wiki

Clone wiki

marlowe_ui / Home

Marlowe User Interface (marlowe_ui)

Author: Takaaki AOKI <aoki.takaaki@nagoya-u.jp>
Version: 0.5.7
Date: 2020-11-04

About Malouwe User Interface

Marlowe User Interface (MUI) is support program for marlowe (a binary collision simulator, http://www.oecd-nea.org/tools/abstract/detail/psr-0137/) to desgin input data.

Programs, scripts and documents

Download

Distributed packages

installation packages for windows are available at https://bitbucket.org/marlowe_ui/marlowe_ui/downloads/

  • marlowe_ui-(version)-win-amd64.exe
    Windows 64bit standalone
  • marlowe_ui-(version)-win32.exe
    Windows 32bit standalone

Python library and scripts for Unix and Mac are available at PyPI https://pypi.python.org/pypi/marlowe_ui/

Source code repository

Source code is maintaned at https://bitbucket.org/marlowe_ui/marlowe_ui

Code is managed using git (https://git-scm.com/. So you can access the latest source code set by ...

git clone https://bitbucket.org/marlowe_ui/marlowe_ui.git

Install

For windows, two options are available to setup this program. The second option is also available for unix or mac user.

Option 1: Use standalone package (for Windows)

Download marlowe_ui-(version)-win-amd64.exe at https://bitbucket.org/marlowe_ui/marlowe_ui/downloads and run it. Softwares are expanded at appropriate place, such as C:\Program Files\marlowe_ui, and the shortcut is added on the start menu.

Option 2: Install as python script and package

The second option is that install marlowe_ui programs as package of python library

Environment

MUI version >= 0.5.0 is developed to run on python 3.7 (or above). Setup python core program from http://www.python.org/

Install from source code

Package sources is available at PyPI (https://pypi.python.org/pypi/marlowe_ui). Using pip, run

pip install marlowe_ui

otherwise, download and expand marlowe_ui-(version).zip, and

python setup.py install

Updated