質問編集履歴
3
なぜpython2.7で動かそうとしているかの理由の追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
下記のサイトを実行するために、
|
4
4
|
|
5
|
-
https://github.com/t9md/bulk-screen-capture
|
5
|
+
[各単語を google イメージ検索で検索し、そのブラウザの画面毎キャプチャしファイルに保存するスクリプト](https://github.com/t9md/bulk-screen-capture)
|
6
6
|
|
7
7
|
Python 2.7でseleniumとpillowをインストールしようとし、
|
8
8
|
|
2
なぜpython2.7で動かそうとしているかの理由の追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
+
下記のサイトを実行するために、
|
3
4
|
|
5
|
+
https://github.com/t9md/bulk-screen-capture
|
4
6
|
|
5
|
-
Python 2.7でseleniumとpillowをインストールし
|
7
|
+
Python 2.7でseleniumとpillowをインストールしようとし、
|
6
8
|
|
7
9
|
$pip install selenium pillowをターミナルに入力したところ、syntax errorが発生しましました。
|
8
10
|
|
1
誤字の訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Python 2.7でseleniumとpillowをインストールしたいために、
|
6
6
|
|
7
|
-
$pip install selenium pillowをターミナルに入力したところ、syntax errorが発生しました。
|
7
|
+
$pip install selenium pillowをターミナルに入力したところ、syntax errorが発生しましました。
|
8
8
|
|
9
9
|
|
10
10
|
|