質問編集履歴

1

環境、リンクの挿入、解決したいことを加えました。

2019/10/16 13:05

投稿

_KingdomOfMoray
_KingdomOfMoray

スコア7

test CHANGED
File without changes
test CHANGED
@@ -6,11 +6,21 @@
6
6
 
7
7
  この記事を参考にしようとしました。
8
8
 
9
- (https://qiita.com/yujiG/items/f13f44d24e510a220d56)
9
+ https://qiita.com/yujiG/items/f13f44d24e510a220d56
10
10
 
11
- そして、こイトで紹介されているこちら(https://www.tensorflow.org/install/)
11
+ [tensorflowのインスールの方法](https://qiita.com/yujiG/items/f13f44d24e510a220d56)
12
12
 
13
+ そして、このサイトで紹介されているこちら
14
+
15
+ [tensorflowをpipでインストールするときのコマンド](https://www.tensorflow.org/install/)
16
+
13
- インストールのためのコマンドをやろうとしました。
17
+ インストールのためのコマンドをやろうとしました。
18
+
19
+
20
+
21
+ まずは、```pip install --upgrade pip```がエラーなく
22
+
23
+ 実行できるようになりたいです。
14
24
 
15
25
 
16
26
 
@@ -57,3 +67,11 @@
57
67
  sys.exit(main())
58
68
 
59
69
  ```
70
+
71
+
72
+
73
+ ### 環境
74
+
75
+ OS: macOS Catalina version 10.15
76
+
77
+ python: 3.7.1