You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## 1. Introdoction
4
4
5
5
Crawl and download images using Selenium + PhantomJS
6
-
Using python3 and PyQt4
6
+
Using python3 and PyQt5
7
7
8
8
## 2. Key features
9
9
+ Search Engine: Google, Bing, Baidu
@@ -17,10 +17,10 @@ Using python3 and PyQt4
17
17
18
18
## 3. Solve dependencies
19
19
### 3.1 Windows
20
-
#### 3.1.1 Download and install Python3.4
21
-
Download Latest version of Python3.4 installer from [here](https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi)
22
-
#### 3.1.2 Download and install PyQt4
23
-
Download latest version of PyQt4 install from [here](https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py3.4-Qt4.8.7-x32.exe/download)
20
+
#### 3.1.1 Download and install Python3.5
21
+
Download Latest version of Python3.5 installer from [here](https://www.python.org/ftp/python/3.5.3/python-3.5.3.exe)
22
+
#### 3.1.2 Download and install PyQt5
23
+
Download latest version of PyQt5 install from [here](https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.6/PyQt5-5.6-gpl-Py3.5-Qt5.6.0-x32-2.exe/download)
24
24
#### 3.1.3 Download and setup phantomjs
25
25
Official phantomjs prebuilt executable can be downloaded from [here](https://bitbucket.org/ariya/phantomjs/downloads)
0 commit comments