Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Berrisford committed Nov 14, 2024
1 parent 41a5e7c commit 062ddda
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions course/lessons/01_spack.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ If you were now to use `spack spec` again you will see that the proposed specifi

Once you are happy with the proposed specification you can install all of the required packages with:

`spack install`
``` bash
spack install
```

After the instalation process has completed the relevant packages should now be available for use.

Expand All @@ -175,7 +177,9 @@ After the instalation process has completed the relevant packages should now be

You can deactivate the environment by using

`spack env deactivate`
``` bash
spack env deactivate
```



0 comments on commit 062ddda

Please sign in to comment.