Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldyson authored Mar 2, 2017
1 parent e8d6582 commit a5250c1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ The pipeline contains two sets of python code:

We implement these two files differently via shell code depending on end goal. Each implementation will be named with its end goal in mind.

## Example Pipeline Run

From within the pipeline directory, run:
```
python run.py ../articles_deduped.csv
```

The first argument is the path to the datafile. To see a description of all arguments, run:

```
python run.py --h
```

## License

MIT License
Expand Down

0 comments on commit a5250c1

Please sign in to comment.