teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

情報追記

2019/07/14 07:15

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -68,7 +68,20 @@
68
68
  You are using pip version 19.0.3, however version 19.1.1 is available.
69
69
  You should consider upgrading via the 'python -m pip install --upgrade pip' command.
70
70
  ```
71
+
71
72
  ```ここに言語を入力
73
+ pip show requestsName: requests
74
+ Version: 2.22.0
75
+ Summary: Python HTTP for Humans.
76
+ Home-page: http://python-requests.org
77
+ Author: Kenneth Reitz
78
+ Author-email: me@kennethreitz.org
79
+ License: Apache 2.0
80
+ Location: c:\users\taro\appdata\local\programs\python\python37-32\lib\site-packages
81
+ Requires: urllib3, chardet, idna, certifi
82
+ Required-by:
83
+ ```
84
+ ```ここに言語を入力
72
85
  Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)] on win32
73
86
  Type "help", "copyright", "credits" or "license" for more information.
74
87
  ```