質問編集履歴

3

Responderのインストール方法を修正しました

2019/08/22 00:16

投稿

tomohito.n
tomohito.n

スコア14

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,9 @@
12
12
 
13
13
  pythonは3.7.4が入っています
14
14
 
15
+ Responderをhttps://qiita.com/nskydiving/items/b98d5cea5a52459cb183に従い
16
+
15
- Responderインストールしました
17
+ pipenv install responder --preとターミナルに入力しインストールしました
16
18
 
17
19
 
18
20
 

2

名前のつけ方と実行方法の明記

2019/08/22 00:16

投稿

tomohito.n
tomohito.n

スコア14

test CHANGED
File without changes
test CHANGED
@@ -70,6 +70,12 @@
70
70
 
71
71
 
72
72
 
73
+ 名前のつけ方と実行方法は以下を参考にしました。
74
+
75
+ https://prog-8.com/docs/python-env
76
+
77
+
78
+
73
79
  ターミナルを開いて
74
80
 
75
81
  cd ~/Desktop/python_lesson で場所の指定をして

1

コード部分の明確化 ファイル名の明記 以上2点です。

2019/08/22 00:09

投稿

tomohito.n
tomohito.n

スコア14

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- ================================================================
19
+ ```````````````````````````````````````````````````````````````````````````
20
20
 
21
21
  "(”削除)# coding:utf-8
22
22
 
@@ -60,11 +60,13 @@
60
60
 
61
61
 
62
62
 
63
- ================================================================
63
+ ```````````````````````````````````````````````````````````````````````````
64
64
 
65
65
 
66
66
 
67
- 書いた後保存を⌘Sで保存し
67
+ 書いた後⌘Sで保存し
68
+
69
+ python script.pyの名前をつけました
68
70
 
69
71
 
70
72