aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--requirements.txt2
2 files changed, 10 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.
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..f6df86c
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,2 @@
+Scrapy==1.5.1
+peewee==3.8.1