summaryrefslogtreecommitdiff
path: root/LOG
diff options
context:
space:
mode:
authorMarc <marc-git@xapek.org>2010-11-19 20:54:02 +0100
committerMarc <marc-git@xapek.org>2010-11-19 20:54:02 +0100
commit020353897db29636d362f459d6a61ad363e7d8f6 (patch)
tree61ac8d135df6092c9538ca12b9361b282cb10995 /LOG
downloadbooksearch-020353897db29636d362f459d6a61ad363e7d8f6.tar.gz
booksearch-020353897db29636d362f459d6a61ad363e7d8f6.zip
import
Diffstat (limited to 'LOG')
-rw-r--r--LOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/LOG b/LOG
new file mode 100644
index 0000000..e850077
--- /dev/null
+++ b/LOG
@@ -0,0 +1,7 @@
+virtualenv create booksearch_env
+cd booksearch_env
+. ./bin/activate
+easy_install pip
+pip install whoosh
+pip install pypdf
+