update README2
This commit is contained in:
parent
28d3e1d34e
commit
845d5b4844
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue