You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
+
2
+
1
3
# Template for Seedcase Python packages
2
4
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:
5
+
This repository contains a template for setting up new Python package
6
+
projects in Seedcase. The first step is to create a new repository using
7
+
this template. This can easily be done by clicking the “Use this
8
+
template” button on the repository page or by using the GitHub CLI:
4
9
5
10
```bash
6
11
# NAME is the name to give the new repository
@@ -9,11 +14,14 @@ gh repo create NAME --template seedcase-project/template-python-project
9
14
10
15
## Setting things up after cloning
11
16
12
-
Search for `NAME` and `REPO` and replace them with the name of your project and the repository name. Then look for any `TODO` items.
17
+
Search for `NAME` and `REPO` and replace them with the name of your
18
+
project and the repository name. Then look for any `TODO` items.
13
19
14
20
## Setting things up
15
21
16
-
Use the commands found in [`spaid`](https://github.com/seedcase-project/spaid) repo to run the next setup steps.
22
+
Use the commands found in
23
+
[`spaid`](https://github.com/seedcase-project/spaid) repo to run the
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:
4
+
5
+
```bash
6
+
# NAME is the name to give the new repository
7
+
gh repo create NAME --template seedcase-project/template-python-project
8
+
```
9
+
10
+
## Setting things up after cloning
11
+
12
+
Search for `NAME` and `REPO` and replace them with the name of your project and the repository name. Then look for any `TODO` items.
13
+
14
+
## Setting things up
15
+
16
+
Use the commands found in [`spaid`](https://github.com/seedcase-project/spaid) repo to run the next setup steps.
0 commit comments