From 023239c0187c8a33f182f8fae087170dc0193d0c Mon Sep 17 00:00:00 2001 From: Steve Crass <115094981+SC426@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:46:20 -0700 Subject: [PATCH 1/5] Add distro tools install option --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0aca164..fb4140b 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ make environment conda activate percy ``` +### Install into a pre-made environment using distro tools +```sh +conda install distro-tooling::percy -y +``` + # Developer Notes ```sh make dev From e9cd0c4864928b215a27d792d7ee722751b9a1ff Mon Sep 17 00:00:00 2001 From: Steve Crass <115094981+SC426@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:56:17 -0700 Subject: [PATCH 2/5] add second option --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fb4140b..5f6ed2d 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ conda activate percy ```sh conda install distro-tooling::percy -y ``` +or +```sh +conda install -c distro-tooling percy +``` # Developer Notes ```sh From 92f16fd403948715e0669b7308d58c7870265c0d Mon Sep 17 00:00:00 2001 From: Steve Crass <115094981+SC426@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:59:19 -0700 Subject: [PATCH 3/5] typo edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6ed2d..fa48429 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ conda install distro-tooling::percy -y ``` or ```sh -conda install -c distro-tooling percy +conda install -c distro-tooling percy -y ``` # Developer Notes From ba3af7a7c1e187d6a62cd62d5e32167101806c8f Mon Sep 17 00:00:00 2001 From: Steve Crass <115094981+SC426@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:45:02 -0700 Subject: [PATCH 4/5] Update README.md Co-authored-by: Schuyler Martin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa48429..6d9db00 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ conda activate percy ### Install into a pre-made environment using distro tools ```sh conda install distro-tooling::percy -y +# Or +conda install -c distro-tooling percy -y ``` or ```sh From e92efd577e4ddc7ccfcdb87f4bf662809802565e Mon Sep 17 00:00:00 2001 From: Steve Crass <115094981+SC426@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:46:18 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6d9db00..fa48429 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,6 @@ conda activate percy ### Install into a pre-made environment using distro tools ```sh conda install distro-tooling::percy -y -# Or -conda install -c distro-tooling percy -y ``` or ```sh