From a54144b0fde7437f475316621aa05523d125a682 Mon Sep 17 00:00:00 2001 From: fschwenn Date: Thu, 22 Jun 2017 09:15:04 +0200 Subject: [PATCH] INSTALL.rst: update path in example * Updates the path in the arXiv-example. Signed-off-by: fschwenn --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index aa7e24c9..8daa9b97 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -65,7 +65,7 @@ spider: .. code-block:: console cdvirtualenv src/hepcrawl - scrapy crawl arXiv -a source_file=file://`pwd`/tests/responses/arxiv/sample_arxiv_record.xml + scrapy crawl arXiv -a source_file=file://`pwd`/tests/unit/responses/arxiv/sample_arxiv_record.xml Run the crawler with INSPIRE (assuming you already have a virtualenv with everything set up).