Skip to content

Commit

Permalink
Updated formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Derewecki committed Jul 29, 2011
1 parent 39e1644 commit 3adb56d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -9,14 +9,16 @@ How to use
`mysql -e 'select concat(user_id, \",\", group_id) as r from memberships)'`

2. Data preparation:
`python ./prepare.py_data --membership-csv=<file you dumped in #1>`

python ./prepare.py_data --membership-csv=(file you dumped in #1)

When this step is done, it will print the command line arguments needed
to load that data file into Suggestomatic

3. Run Suggestomatic:
`make suggestomatic`
`(command line invocation from #2>)`
(it will look something like `./suggestomatic 1311574636.32-set-ids.bin 1311574636.32-set-members-index.bin 1311574636.32-set-members.bin 0 suggestions.csv`)

make suggestomatic ;
./suggestomatic 1311574636.32-set-ids.bin 1311574636.32-set-members-index.bin 1311574636.32-set-members.bin suggestions.csv 100

How to generate test data
--------
Expand Down

0 comments on commit 3adb56d

Please sign in to comment.