diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |