Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.04 KB

INSTALL.md

File metadata and controls

50 lines (38 loc) · 2.04 KB

Installation

Source Code

PyPI

Conda

GUI

  • OPEM GUI is available here

Exe Version (Only Windows)

MATLAB

  • Download and install MATLAB (>=8.5, 64/32 bit)
  • Download and install Python3.x (>=3.5, 64/32 bit)
    • Select Add to PATH option
    • Select Install pip option
  • Run pip install .
  • Configure Python interpreter
>> pyversion PYTHON_EXECUTABLE_FULL_PATH

Exe Version Note

For OPEM <= 0.5 targeting Windows < 10, the user needs to take special care to include the Visual C++ run-time .dlls: Python 3.5 uses Visual Studio 2015 run-time, which has been renamed into “Universal CRT“ and has become part of Windows 10. For Windows Vista through Windows 8.1 there are Windows update packages, which may or may not be installed in the target-system. So you have the following options:

  1. Download OPEM >= 0.6 (Recommended)
  2. Download and install Visual C++ Redistributable for Visual Studio 2015

System Requirements

OPEM will likely run on a modern dual core PC. Typical configuration is:

  • Dual Core CPU (2.0 Ghz+)
  • 2GB of RAM

Note that it may run on lower end equipment though good performance is not guaranteed.