virtualenv/web/res/res_create_env.py
changeset 10 9ea5f8ba8e71
parent 2 b380dc74b590
child 15 a9136d8f0b4a
--- a/virtualenv/web/res/res_create_env.py	Mon Jun 06 11:54:28 2011 +0200
+++ b/virtualenv/web/res/res_create_env.py	Mon Jun 06 18:31:47 2011 +0200
@@ -1,5 +1,5 @@
 from lib_create_env import (lib_generate_install_methods, install_pylucene, 
-    install_psycopg2, install_libyaml)
+    install_psycopg2, install_pystemmer, install_libyaml)
 import platform
 
 
@@ -11,6 +11,7 @@
     ('PSYCOPG2',install_psycopg2,None,None),
     ('PYLUCENE','easy_install',None,None),
     ('PYYAML','easy_install',None,None),
+    ('PYSTEMMER',install_pystemmer,None,None),
     ]
 else:
     INSTALLS = [