aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorCalvin <calvin@EESI>2013-04-02 12:15:07 -0400
committerCalvin <calvin@EESI>2013-04-02 12:15:07 -0400
commit6df48f2a6c0e757caf1726872eeeaaf037ebb449 (patch)
tree3245862a241846f640c438a48929732b8ff88cd3 /README.markdown
parent1a9021ee0a3ff7e5b4472abb1798bd7f296c2a5b (diff)
attempt to get markdown to format code blocks for the make instructions
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.markdown b/README.markdown
index 6a30ac5..5ea9327 100644
--- a/README.markdown
+++ b/README.markdown
@@ -28,20 +28,20 @@ first, and then install python.
Make MIToolbox and install it:
- cd FEAST/MIToolbox
- make
- sudo make install
+ cd FEAST/MIToolbox
+ make
+ sudo make install
Make FSToolbox and install it:
- cd FEAST/FSToolbox
- make
- sudo make install
+ cd FEAST/FSToolbox
+ make
+ sudo make install
Install our PyFeast module
- python ./setup.py build
- sudo python ./setup.py install
+ python ./setup.py build
+ sudo python ./setup.py install
## Demonstration