aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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