- Download and install Python3.x (>=3.5)
- Select
Add to PATH
option - Select
Install pip
option
- Select
- Download Version 1.4 or Latest Source
- Run
pip install .
- Check Python Packaging User Guide
- Run
pip install opem==1.4
- Check Conda Managing Package
conda install -c ecsim opem
- OPEM GUI is available here
- Download Exe-Version 1.4
- Run
OPEM-1.4.exe
- 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
- Select
- Run
pip install .
- Configure Python interpreter
>> pyversion PYTHON_EXECUTABLE_FULL_PATH
- Visit MATLAB Examples
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:
- Download OPEM >= 0.6 (Recommended)
- Download and install Visual C++ Redistributable for Visual Studio 2015
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.