# 1. Mac terminal 中 用 brew install python3 ``` brew install python3 ``` (沒有 brew 的話 先裝brew (https://brew.sh/) ``` /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` # 2. cd 到文件夾中用 pip3 install 需要的 python libary ``` cd xxxxx/LinkedIn-Apply pip3 install -r requirements.txt ``` # 3. 用python3 啟動腳本 ``` python3 main.py ``` # (config.yaml) 中能配置 登入的 linkedin 帳號密碼 ,resume . etc.