Skip to content

Commit

Permalink
Add spack install instructions (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Aug 13, 2024
1 parent d4495d3 commit 2ed8d4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

`mepo` is a tool, written in Python3 (3.9.0+), to manage (m)ultiple git r(epo)sitories, by attempting to create an illusion of a 'single repository' for multi-repository projects. Please see the [Wiki](../../wiki) for examples of `mepo` workflows.


## Installation

### Using pip
Expand All @@ -27,6 +28,14 @@ brew tap gmao-si-team/packages
brew install mepo
```

### Spack

Mepo is also available via spack as a package. To install mepo using spack, run the following command:

```
spack install mepo
```

## Transitioning from `mepo` v1.x to v2.x

If you try to use mepo v2.x within a mepo v1.x repository, you will get an warning message:
Expand Down

0 comments on commit 2ed8d4a

Please sign in to comment.