pyMentalModels is a Python implementation of the Mental Model Theory.
A WebApp with a preliminary version can be found at https://mentalmodel.herokuapp.com
A convenience script is also provided.
Requirements are PYTHON 3(any) and sympy library. Set up a python virtualenv:
`
$ virtualenv .env
`
source it:
`
$ source .env/bin/activate
`
and run:
`
$ pip install git+https://github.com/MRocholl/pyMentalModels.git
`
Anaconda is the easiest way to enable scientific python on windows. It can be downloaded at:
https://www.anaconda.com/download/#windows
!! Make sure to download the version for python 3
The required package sympy is included by default.
A command line interface is provided. Run the script with
`
$ mental-models
`