update README2

This commit is contained in:
Gauthier Folzan 2020-05-10 21:35:21 +02:00
parent 28d3e1d34e
commit 845d5b4844
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ modules dependencies wil be automatically downloaded and added
## Use ## Use
To use dune, load the module To use dune, load the module
``` ```
source $SPACK_ROOT/share/spack/setup-env.sh source /PATH/TO/SPACK/share/spack/setup-env.sh
spack load dune spack load dune
``` ```
if python module was installed, python binding are avalaible after loading the module if python module was installed, python binding are avalaible after loading the module
@ -33,7 +33,7 @@ if python module was installed, python binding are avalaible after loading the m
## Build a new module ## Build a new module
### Load the dune module ### Load the dune module
``` ```
source $SPACK_ROOT/share/spack/setup-env.sh source /PATH/TO/SPACK/share/spack/setup-env.sh
spack load dune spack load dune
``` ```
### Initialize dune project ### Initialize dune project