Skip to content

Commit 8748082

Browse files
committed
added README
1 parent eea1be6 commit 8748082

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Intent of this template
2+
3+
The intent of this repo is to help you get started with creating Pydra tasks.
4+
All tasks will be inserted into pydra.tasks.<yourtaskpackagename> namespace.
5+
6+
# To use this template:
7+
8+
1. Click on new repo.
9+
2. Select this template from the repository template drop down list.
10+
3. Give your repo a name.
11+
4. Once the repo is created search for TODO and replace with appropriate name.
12+
4b. One of the folders is called TODO. This should be renamed to your package
13+
name.
14+
5. Add tasks to the pydra/tasks/<yourpackagename> folder
15+
16+
# TODO: Change this README after creating your new repo.

0 commit comments

Comments
 (0)