Browse Source

Install requirements for Falcon

Rami Chowdhury 12 years ago
parent
commit
ff7ce47c66
1 changed files with 4 additions and 0 deletions
  1. 4 0
      installer.py

+ 4 - 0
installer.py

@@ -358,6 +358,10 @@ class Installer:
     easy_install('bottle==0.11.6', two=True, three=True, pypy=True)
     easy_install('bottle-sqlalchemy==0.4', two=True, three=True, pypy=True)
 
+    # Falcon
+    easy_install('Cython==0.19.1', two=True, three=True, pypy=True)
+    easy_install('falcon==0.1.6post3', two=True, three=True, pypy=True)
+
   ############################################################
   # __install_error
   ############################################################