From 773af0dd3902d70798277c0f4a20e4137072bba0 Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Wed, 6 Aug 2025 12:21:27 -0400 Subject: [PATCH] docs: add conda installation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d564ad92..3e8b8b04 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ Install the Functions Framework via `pip`: ```sh pip install functions-framework ``` +Or conda: + +```sh +conda install conda-forge::functions-framework +``` Or, for deployment, add the Functions Framework to your `requirements.txt` file: