aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f5c496..e51b969 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
Simple search engine - but you can search nothing for the moment
+# Installing
+
+It is recommended to use [virtualenv](https://virtualenv.pypa.io).
+
+```
+pip install -r requirements.txt
+```
+
# Crawling
For now there is an example spider with neodarz website.