From ce514a9445e3ca790e988a4ca15579b188bc4dc4 Mon Sep 17 00:00:00 2001 From: Benji Nguyen <45523555+solidiquis@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:43:33 -0700 Subject: [PATCH] Update README.md (#7) --- examples/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/README.md b/examples/python/README.md index af929d9a..0281e8ec 100644 --- a/examples/python/README.md +++ b/examples/python/README.md @@ -19,7 +19,7 @@ $ source venv/bin/activate Install dependencies: ```bash -$ pip install build protobuf grpcio +$ pip install build protobuf grpcio python-dotenv ``` Build the generated code as a Python package: