Skip to content
This repository was archived by the owner on May 23, 2018. It is now read-only.

Commit 46de4f7

Browse files
committed
update docs
1 parent 4a71c6a commit 46de4f7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,21 @@ integration problems. Use at your own risk.
88

99
That being said, it works for me, in all its non-blocking glory.
1010

11-
If you are using version 0.18.2 or later, the setting LOG_STDOUT must be False.
11+
12+
Issues
13+
======
14+
15+
* If you are using scrapy version 0.18.2 or later, the setting LOG_STDOUT must
16+
be False.
17+
* I suspect WebdriverActionRequest and ActionChain are broken. I am not using
18+
them.
1219

1320
Installation
1421
=============
1522

1623
For now it's not on pypi, but this should work:
1724

18-
pip install https://github.com/sosign/scrapy-webdriver/archive/master.zip
25+
pip install https://github.com/zipfworks/scrapy-webdriver/archive/master.zip
1926

2027
Or something like this, in setup.py:
2128

@@ -25,7 +32,7 @@ Or something like this, in setup.py:
2532
...,
2633
],
2734
dependency_links=[
28-
'https://github.com/sosign/scrapy-webdriver/archive/master.zip#egg=scrapy_webdriver',
35+
'https://github.com/zipfworks/scrapy-webdriver/archive/master.zip#egg=scrapy_webdriver',
2936
],
3037
...,
3138
)

0 commit comments

Comments
 (0)