From 2ed8d4ac2a37a574b91f3b7d065c81a9f08111a8 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Tue, 13 Aug 2024 10:04:34 -0400 Subject: [PATCH] Add spack install instructions (#310) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 588388e..b27ea3f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: