Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari authored Mar 7, 2018
1 parent 3565a46 commit b0fe82c
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions percom_moves_collect_2014/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,26 @@ The notebook *must* be run from the current directory because it uses some files

1. Set the home environment variable

```
$ export EMISSION_SERVER_HOME=<path_to_emission_server_repo>
```
```
$ export EMISSION_SERVER_HOME=<path_to_emission_server_repo>
```

1. Set up this analysis

```
$ source setup.sh
```
```
$ source setup.sh
```
1. Start the notebook server
```
$ ../bin/em-jupyter-notebook.sh
```
```
$ ../bin/em-jupyter-notebook.sh
```
### Cleaning up
After completing analysis, tear down
```
$ source teardown.sh
```
```
$ source teardown.sh
```

0 comments on commit b0fe82c

Please sign in to comment.