This is the DEVSIM distribution.  Extract the files from
the archive into your preferred directory.  Product
documentation is available in the devsim/doc directory.

DEVSIM depends on having one of the following 64 bit applications installed on your system:

* Python 3 (3.6 or higher)
* Intel MKL
* Microsoft Visual C++ Redistributable for Visual Studio 2019

All of these dependencies are available by installing:
Anaconda Python
https://www.anaconda.com/products/individual#Downloads

or Miniconda Python
https://conda.io/miniconda.html

It is necessary to install these packages into your conda environment:
conda install mkl numpy

Microsoft Visual C++ Redistributable for Visual Studio 2019
https://www.visualstudio.com/downloads

x86 (32 bit): https://aka.ms/vs/16/release/VC_redist.x86.exe
x64 (64 bit): https://aka.ms/vs/16/release/VC_redist.x64.exe

Setting paths:
set PYTHONPATH=/path/to/devsim/lib

Running:
The module can then be run by importing the devsim module from your python script.

Issues:
If you have problems running the software, please report an issue at:
https://groups.google.com/forum/#!forum/devsim

