|
|
# Installing dependencies on Windows #
|
|
|
|
|
|
## To download ##
|
|
|
If you do not have a `git` client installed, you must install one from [here] (https://git-scm.com/downloads)
|
|
|
|
|
|
## To install ##
|
|
|
|
|
|
The only other pre-requisite to use LMGC90 on Windows is the Python distribution used.
|
|
|
A binary build is provided to work with the Anaconda python distribution
|
|
|
which can be downloaded from here:
|
|
|
* [32 bits](https://repo.continuum.io/archive/.winzip/Anaconda2-2.5.0-Windows-x86.zip)
|
|
|
* [64 bits](https://repo.continuum.io/archive/.winzip/Anaconda2-2.5.0-Windows-x86.zip)
|
|
|
|
|
|
Once the file downloaded, unzip it and run the installer.
|
|
|
|
|
|
## To visualize ##
|
|
|
|
|
|
To generate visualization files the **vtk** python module must be added. To do that
|
|
|
launch the `Anaconda Prompt` software and type:
|
|
|
```shell
|
|
|
conda install vtk
|
|
|
```
|
|
|
|
|
|
To visualize the files the install the Paraview softwae from [here](http://www.paraview.org/download)
|
|
|
|