Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeishan committed Dec 23, 2014
1 parent fad730a commit bdc0b05
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Installation

### Dependencies

You need python library `click` to use the automatic configuration functionality.
You need python library `click` to use the automatic configuration
functionality. Run: ```pip install click```

Alternatively, you can skip the automatic configuration functionality
and manually configure `braindump.conf`.

### Install

Expand All @@ -19,7 +23,7 @@ Run
make
```

To install `braindump` into `$HOME/local/bin/`. Be sure to include that in your PATH if you haven't:
to install `braindump` into `$HOME/local/bin/`. Be sure to include that in your PATH if you haven't:

`export PATH=$PATH:$HOME/local/bin/`

Expand Down Expand Up @@ -66,7 +70,7 @@ cd $DEEPDIVE_HOME
# Be sure to set this so that you are able to QUIT if deepdive fails.
set -e
### Run with deepdive binary:
# Run with deepdive binary:
deepdive -c $APP_HOME/application.conf
# Note that you should go back to your APP_HOME directory
Expand Down

0 comments on commit bdc0b05

Please sign in to comment.