0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

python RequestsをInstall

Last updated at Posted at 2020-03-29

pythonを勉強している初心者です。
この記事は学習の目的として記録中です。
なので、参考にできる記事とか内容が間違ってたらコメントをよろしくお願いします。

開発環境

OS : macOS Catalina
Version : 10.15.3

そもそもRequestsって何?

HTTP 通信ライブラリ

RequestsをInstall

$ pip install requests
または
$ pip3 install requests

Install確認

pip freeze | grep -e request
または
pip3 freeze | grep -e request

参考記事

インストール方法

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?