We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a22a64 commit 79d2718Copy full SHA for 79d2718
README.md
@@ -8,8 +8,9 @@ All tasks will be inserted into pydra.tasks.<yourtaskpackagename> namespace.
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
-5. One of the folders is called TODO. This should be renamed to your package
+4. Once the repo is created and cloned, search for TODO (`grep -rn TODO . `) and
+ replace with appropriate name.
13
+5. One of the folders is called TODO. This should also be renamed to your package
14
name.
15
6. Add tasks to the pydra/tasks/<yourpackagename> folder.
16
7. You may want to initialize a sphinx docs directory.
0 commit comments