Skip to content

Commit 7f432d0

Browse files
committed
fixed installation procedures at README.md
1 parent e9c0270 commit 7f432d0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ Data.One Dataset: http://www.gov.hk/en/theme/psi/datasets/restaurantlicences.htm
1010
Installation
1111
------------
1212

13-
$ pip install -r requirements.txt
14-
15-
$ scrapy startproject LP_Restaurants_Scrapy
16-
17-
$ cd LP_Restaurants_Scrapy
18-
19-
$ scrapy genspider rlxml fehd.gov.hk
13+
$ pip install -r requirements.txt
14+
$ git clone https://github.com/sammyfung/LP_Restaurants_Scrapy
15+
$ cd LP_Restaurants_Scrapy/LP_Restaurants_Scrapy
16+
$ scrapy crawl rlxml -t json -o -o restaurant_licenses.json
2017

0 commit comments

Comments
 (0)