diff options
author | Marc <marc-git@xapek.org> | 2010-11-19 20:54:02 +0100 |
---|---|---|
committer | Marc <marc-git@xapek.org> | 2010-11-19 20:54:02 +0100 |
commit | 020353897db29636d362f459d6a61ad363e7d8f6 (patch) | |
tree | 61ac8d135df6092c9538ca12b9361b282cb10995 /LOG | |
download | booksearch-020353897db29636d362f459d6a61ad363e7d8f6.tar.gz booksearch-020353897db29636d362f459d6a61ad363e7d8f6.zip |
import
Diffstat (limited to 'LOG')
-rw-r--r-- | LOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +virtualenv create booksearch_env +cd booksearch_env +. ./bin/activate +easy_install pip +pip install whoosh +pip install pypdf + |