From 7e2e28e1bae4fb59bfa4b7f6c610869a5eb4b894 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 13 Jan 2019 11:37:07 +0100 Subject: Add some tips to install this project --- README.md | 8 ++++++++ requirements.txt | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 requirements.txt 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 -- cgit v1.2.1