Browser-use web ui の超簡単セットアップメモ
前提
Mac
fish
bash, zsh でもOK
Homebrew
Install
mkdir browser-use
git clone https://github.com/browser-use/web-ui.git
cd web-ui
Python
仮想環境のアクティベートは、bash, zsh || fish で違う
brew install uv
uv venv --python 3.11
# bash, zsh
source .venv/bin/acti...
bluedepress.hashnode.dev1 min read