2. InstallationΒΆ
The code is written for Python 3.4+, but it will work with Python 2.7.
The following packages are needed for a working installation
Some examples require extra packages, namely
The package and all necessary dependencies can be installed using pip
$ pip install var-mesh
Alternatively, you can create an installation by downloading the source code
$ git clone https://gitlab.com/wangenau/variational_mesh.git
$ cd variational_mesh
$ pip install .