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: boilerplate.md
+8
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,14 @@ Press Ctrl+C to exit.
95
95
""")
96
96
```
97
97
98
+
If your examples need additional dependencies, then list them in:
99
+
100
+
```
101
+
requirements-examples.txt
102
+
```
103
+
104
+
Otherwise, just delete this file to avoid unnecessarily prompting the user.
105
+
98
106
## Install / Uninstall Scripts
99
107
100
108
If your package directory (`PROJECT_NAME/`) differs from your library name, you should update `install.sh` and `uninstall.sh` and hard-code the correct library name.
0 commit comments