この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
プログラミング:python:webスクレイピング:準備 [2019/07/28 12:13] sotoyama |
プログラミング:python:webスクレイピング:準備 [2019/08/20 07:22] (現在) sotoyama |
||
---|---|---|---|
ライン 12: | ライン 12: | ||
<code bash> | <code bash> | ||
python -m pip install requests | python -m pip install requests | ||
+ | </code> | ||
+ | |||
+ | ==== SQLAlchemyインストール ==== | ||
+ | === Windows === | ||
+ | * コマンド | ||
+ | <code bash> | ||
+ | python -m pip install sqlalchemy | ||
</code> | </code> | ||