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
| code_of_conduct_email |yourname@esciencecenter.nl| Email address of the person who should be contacted in case of violations of the Code of Conduct. |
75
93
76
94
Once the project files have been generated, follow the steps outlined in
77
-
[template/next_steps.md](template/next_steps.md).
95
+
[next_steps.md](template/next_steps.md).
78
96
79
-
### Step 3/3: Read about what was just generated
97
+
####Step 2/2: Read about what was just generated
80
98
81
99
Good job! You have now generated the skeleton for your package:
82
100
@@ -135,7 +153,53 @@ Good job! You have now generated the skeleton for your package:
135
153
```
136
154
137
155
For an explanation of what's there, read on in the [project_setup.md](template/project_setup.md) file.
138
-
There are also instructions on how to [apply the template to an existing Python package](ADD_TO_EXISTING_PACKAGE.md).
156
+
157
+
### Scenario 2: Apply to pre-existing code
158
+
159
+
To apply the template to pre-existing code, you can use the same `copier copy`
160
+
command as when creating a new package, except that you point to the folder
161
+
containing your existing code rather than a new one:
0 commit comments