0
1

More than 3 years have passed since last update.

Pythonのスクリプトを実行するための環境構築(for mac)

Posted at

最近Instagramをやっていて思うこと、

「いいね、自動化できんかな〜」

を現実化するために調べたところ、この記事を見つけました。
しかしPythonワカラナイ私は環境構築がキツかったので、やったことを残しておきます。

手順

(1) pipのアップグレード

$ python3 -m pip install --upgrade pip

(2) seleniumのインストール

$ pip3 install Selenium

(3) chromedriverのインストール

$ brew tap homebrew/cask
$ brew cask install chromedriver

これで、python3 <ファイル名.py>が実行できるようになりました〜:v_tone1:

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