Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c13a731

Browse files
committed
update python quickstart to use uv
1 parent c7275ad commit c13a731

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/get-started/quickstart.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ npm install
117117
```bash Python
118118
cd hello-world
119119

120-
pipenv install --dev
120+
uv sync
121121
```
122122

123123
<Note>
124-
We recommend using [Pipenv](https://pipenv.pypa.io/en/latest/) for dependency
125-
management and virtual environments. It's included it in our python templates
126-
by default. Installation instructions:
127-
https://pipenv.pypa.io/en/latest/installation/#preferred-installation-of-pipenv
124+
We use `uv` by default in our base py-starter template. If you would prefer to use another dependency manager we also have a template for `pipenv`.
125+
126+
If there are other dependency managers you would like to see supported, please let us know in out [github issues](github.com/nitrictech/nitric/issues).
127+
128128
</Note>
129129

130130
</TabItem>

0 commit comments

Comments
 (0)