回答編集履歴

1

--upgradeがかぶっていた件など

2017/11/07 04:11

投稿

YouheiSakurai
YouheiSakurai

スコア6142

test CHANGED
@@ -1,6 +1,18 @@
1
1
  ```
2
2
 
3
- pip install -U git+https://github.com/pypa/pip --upgrade
3
+ python -m pip install -U git+https://github.com/pypa/pip
4
+
5
+ ```
6
+
7
+
8
+
9
+ or
10
+
11
+
12
+
13
+ ```
14
+
15
+ python -m pip install -U https://github.com/pypa/pip/archive/master.zip
4
16
 
5
17
  ```
6
18