summaryrefslogtreecommitdiff
path: root/LOG
diff options
context:
space:
mode:
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
+