Skip to content

Commit

Permalink
remove pipeline.py from README
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Jun 28, 2021
1 parent a3992d4 commit 08cff96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This is the starting place for a new pipeline recipe, welcome!

To add a new recipe, you'll open a pull request containing:

1. A `recipe/meta.yaml` file, containing the metadata for your dataset
2. A `recipe/pipeline.py` file, a Python module with actual pipeline definition.
1. A `recipes/<Your recipe name>/meta.yaml` file, containing the metadata for your dataset
2. A `recipes/<Your recipe name>/recipe.py` file, a Python module with actual pipeline definition.

See below for help on writing those files.

Expand Down

0 comments on commit 08cff96

Please sign in to comment.