From 49f390ea6b9e521b529d2695d6a5cdab733bf38a Mon Sep 17 00:00:00 2001 From: Rak Siva Date: Thu, 27 Mar 2025 14:51:07 -0600 Subject: [PATCH] guide uses uv rather than pipenv, updating text. --- docs/guides/python/serverless-rest-api-example.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/python/serverless-rest-api-example.mdx b/docs/guides/python/serverless-rest-api-example.mdx index c01b58350..73d9439f9 100644 --- a/docs/guides/python/serverless-rest-api-example.mdx +++ b/docs/guides/python/serverless-rest-api-example.mdx @@ -36,7 +36,7 @@ updated_at: 2025-01-06 ## Prerequisites -- [Pipenv](https://pypi.org/project/pipenv/) - for simplified dependency management +- [uv](https://docs.astral.sh/uv/#getting-started) - for simplified dependency management - The [Nitric CLI](/get-started/installation) - _(optional)_ Your choice of an [AWS](https://aws.amazon.com), [GCP](https://cloud.google.com) or [Azure](https://azure.microsoft.com) account