Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelkallis authored Dec 10, 2018
1 parent 5278439 commit e5d3bc1
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 @@ -6,12 +6,25 @@ Machine learning driven issue classification bot.

### Development

#### notice:

- nodejs `^8.3.x` is required to compile/install dependencies
- `wget` is required for fetching datasets

#### get started:

```sh
git clone https://github.com/rafaelkallis/ticket-tagger ticket-tagger
cd ticket-tacker

# install appropriate nodejs version
nvm install 8
nvm use 8

# compile/install dependencies
npm install

# fetch dataset
npm run dataset

# run benchmark
Expand Down

0 comments on commit e5d3bc1

Please sign in to comment.