Skip to content

Commit

Permalink
Update installation instructions and gh-pages workflow so that wasp i…
Browse files Browse the repository at this point in the history
…s automatically installed
  • Loading branch information
smpark7 committed Jan 10, 2024
1 parent 6f75bab commit ae5a261
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
conda deactivate
conda activate moose-env
mamba install moose-tools moose-libmesh
mamba install moose-dev
conda deactivate
conda activate moose-env
git submodule init && git submodule update
Expand Down
13 changes: 4 additions & 9 deletions doc/content/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
## 1. Install the Conda MOOSE Environment

Moltres relies on the MOOSE framework. We suggest that users install the latest MOOSE environment
using Conda packages by following the instructions in the "Install Mambaforge3" and "Install MOOSE
Conda Packages" section of the MOOSE
using Conda packages by following the instructions in the "Conda MOOSE Environment" and "Install
MOOSE" sections of the MOOSE
[installation guide](https://mooseframework.inl.gov/getting_started/installation/conda.html).
We cannot guarantee compatibility with the older MOOSE builds and their corresponding Conda
We cannot guarantee compatibility with older MOOSE builds and their corresponding Conda
environments. The latest MOOSE Conda environment is usually compatible unless the MOOSE team
introduces significant changes to the dependencies. We encourage you to post a GitHub issue if you
encounter compatibility issues so that we can rectify it as soon as possible. Run the following
command to install the latest package versions:

```bash
mamba install moose-tools moose-libmesh
```
encounter compatibility issues so that we can rectify it as soon as possible.

## 2. Clone Moltres

Expand Down

0 comments on commit ae5a261

Please sign in to comment.