Skip to content

Commit 9dfb365

Browse files
authored
added conda installation instructions
1 parent 58deaf1 commit 9dfb365

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ Install the Functions Framework via `pip`:
4444
```sh
4545
pip install functions-framework
4646
```
47+
Or conda:
48+
49+
```sh
50+
conda install conda-forge::functions-framework
51+
```
4752

4853
Or, for deployment, add the Functions Framework to your `requirements.txt` file:
4954

0 commit comments

Comments
 (0)