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