Update compilation authored by Frédéric Dubois's avatar Frédéric Dubois
......@@ -65,6 +65,7 @@ else
fi
export PATH=${PATH}:mysourcepath/src/addons
```
On the use of LMGC90 itself, read the [first steps](./first_steps) section.
## Windows Anaconda ##
......@@ -72,8 +73,8 @@ Open an Anaconda prompt
Move to `lmgc90_user_xxxx` folder with `cd` command
Then to set up an environment that will allow to
build lmgc90, run the following command:
Then you have to set up an environment, with some required packages, that will allow to build lmgc90.
Run the following command:
```cmd
conda create -n lmgc90 python=3.7
conda activate lmgc90
......@@ -88,10 +89,10 @@ mingw32-make install
Then you can start the _Anaconda Navigator_ application.
The first thing is to activate the environment to use LMGC90 by
selection _lmgc90_ in the menu next to _Applications on_ on the
upper part of the window.
selection _lmgc90_ in the menu next to _Applications on_ on the upper part of the window.
Then start spyder for example to start using python.
Then start spyder for example to start using python.
On the use of LMGC90 itself, read the [first steps](./first_steps) section.
****
......
......