Skip to content

Commit

Permalink
code blocks in README (markdown)
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Witzke <carsten@staticline.de>
  • Loading branch information
whiskey committed May 10, 2011
1 parent 7fc5de0 commit 9ef2289
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ Data is partially taken from the LIBSVM data sets[1].

### Usage
Running the demo file is easy:
$ python demo.py

$ python demo.py

This should do it. Make sure NumPy is installed and added to your PYTHONPATH. To check this, type
$ python

$ python

and in the Python shell
>> import numpy

>> import numpy

if no error occurs, NumPy is installed correctly.

### Currently implemented
Expand Down

0 comments on commit 9ef2289

Please sign in to comment.