From 3b09d54019e5b29dca70ca395d71d40f2fe5fd62 Mon Sep 17 00:00:00 2001 From: pressler-vsc <78438270+pressler-vsc@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:03:59 -0700 Subject: [PATCH] Add conda-forge installation note to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7aee0d7..8774041 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,11 @@ Valkyrie Systems Corporation to provide higher-level processing capability built $ python -m pip install sarkit-processing ``` +`sarkit-processing` can also be installed using conda and the conda-forge channel: + +```sh +$ conda install --channel conda-forge sarkit-processing +``` + ## License This repository is licensed under the [MIT license](./LICENSE).