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

Commit 389aefa

Browse files
authored
Update guides to pipenv python starter (#644)
Update existing guides to use pipenv starter. Will update to new uv starter in future
1 parent b0559ae commit 389aefa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/guides/python/create-histogram.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We'll be making a serverless application which can take information from a HTTP
2424
We'll start by creating a new project for our API.
2525

2626
```bash
27-
nitric new histogram-api py-starter
27+
nitric new histogram-api py-starter-pipenv
2828
```
2929

3030
Next, open the project in your editor of choice.

docs/guides/python/graphql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Here's a video of this guide built with Node.js:
3838
We'll start by creating a new project for our API.
3939

4040
```bash
41-
nitric new my-profile-api py-starter
41+
nitric new my-profile-api py-starter-pipenv
4242
```
4343

4444
Next, open the project in your editor of choice.

docs/guides/python/scheduled-report.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We'll create a scheduled service which will run on a daily basis to create and s
2828
First, we'll create a new nitric project and install the necessary Python packages.
2929

3030
```bash
31-
nitric new reports py-starter
31+
nitric new reports py-starter-pipenv
3232
pipenv install google-auth google-api-python-client
3333
pipenv install --dev
3434
```

docs/guides/python/serverless-rest-api-example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ languages:
4343
We'll start by creating a new project for our API.
4444

4545
```bash
46-
nitric new my-profile-api py-starter
46+
nitric new my-profile-api py-starter-pipenv
4747
```
4848

4949
Next, open the project in your editor of choice.

docs/guides/python/text-prediction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We'll be making a simple text based prediction model based off of the book Pride
2323
We'll start by creating a new project for our API.
2424

2525
```bash
26-
nitric new prediction-api py-starter
26+
nitric new prediction-api py-starter-pipenv
2727
```
2828

2929
Next, open the project in your editor of choice.

0 commit comments

Comments
 (0)