From 9dfb3659cd8d25f2d4ffced8f1977d95e146a53b Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Sun, 20 Jul 2025 06:34:49 -0400 Subject: [PATCH] added 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: