python3 --version
If not installed, download Python.
brew install python
Open your terminal and install uv:
pip3 install uv
Download and install Visual Studio Code.
Use uv to create and activate a virtual environment:
python3 -m venv uv
source uv/bin/activate
Run the following command to install the library:
pip install browser-use requests
pip install --upgrade pip
uv run browser-use-agent.py