Skip to content

MRocholl/pyMentalModels

Repository files navigation

pyMentalModels

Documentation Status 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.

Installation

LINUX instructions

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 `

WINDOWS instructions

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.

How To run the script

A command line interface is provided. Run the script with

` $ mental-models `

About

Mental Model implementation in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published