Skip to content

Commit

Permalink
modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiwang2uber committed Dec 1, 2018
1 parent f0b2e3c commit 1be5925
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dimensionality_reduction/README.md
Expand Up @@ -6,7 +6,12 @@ pip install matplotlib==2.0.2
pip install mpldatacursor
```

Run reducer:
First download data to the data path specified in JSON file and then run reducer:
```
python -m process state_reduce.json --download
```

If you already downloaded data to the specified data path, simply run reducer as:
```
python -m process state_reduce.json
```
Expand Down

0 comments on commit 1be5925

Please sign in to comment.