Browse Source

update installation dependency

laiwei 8 years ago
parent
commit
1eb41ef8df
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -23,7 +23,10 @@ Open-Falcon 官网为:[http://open-falcon.org](http://open-falcon.org)
 
 
 ## Install dependency
 ## Install dependency
 
 
-    # yum install -y python-virtualenv
+    $ yum install -y python-virtualenv
+    $ yum install -y python-devel
+    $ yum install -y openldap-devel
+    $ yum groupinstall "Development tools"
 
 
     $ cd $HOME/open-falcon/dashboard/
     $ cd $HOME/open-falcon/dashboard/
     $ virtualenv ./env
     $ virtualenv ./env