Skip to content

Commit 40c33ca

Browse files
committed
docs: 📝 update README to mostly the latest changes
1 parent e341cc2 commit 40c33ca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Template for Seedcase Python projects
1+
# Template for Seedcase Python packages
22

3-
This repository contains a template for setting up new Python (with Django) projects in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:
3+
This repository contains a template for setting up new Python package projects in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:
44

55
``` bash
66
# NAME is the name to give the new repository
@@ -16,9 +16,7 @@ cd new-project
1616
poetry init
1717
```
1818

19-
Search for `NAME` and `REPO` and replace them with the name of your project and the repository name. Then look for any `TODO` items.
20-
21-
You will need to set up Fly manually for now.
19+
Search for `NAME`, `PACKAGE-NAME`, and `REPO` and replace them with the name of your project and the repository name. Then look for any `TODO` items.
2220

2321
## Setting things up
2422

0 commit comments

Comments
 (0)