fixed readme
diff --git a/README.md b/README.md
index 7b9894d..8224da6 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
 1. Make a symbolic link for TestON on the HOMEDIR 
    Execute the following from the home directory  
 
-    $ ln -s ONLab/TestON TestON
+    $ ln -s ONLabTest/TestON TestON
 
 2. Make sure python path is correct 
 
@@ -32,6 +32,12 @@
 
 4. Mininet
 
+5. Install python packages configObj and pexpect. they can be installed as :
+
+     $ sudo pip install configObj
+
+     $ sudo easy_install pexpect 
+
 Configuration
 ------------