From b72d8da8a78fa0e8240866476641cd0617c54425 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 12 Sep 2025 18:13:16 -0400 Subject: [PATCH] Add Prequisites section --- notebooks/hud_hackathon.ipynb | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/notebooks/hud_hackathon.ipynb b/notebooks/hud_hackathon.ipynb index eea8c2f6..62424029 100644 --- a/notebooks/hud_hackathon.ipynb +++ b/notebooks/hud_hackathon.ipynb @@ -12,6 +12,40 @@ "This notebook will show you how to create a computer use agent with Cua and evaluate it using HUD." ] }, + { + "cell_type": "markdown", + "id": "cebe8572", + "metadata": {}, + "source": [ + "## 💻 Prequisites\n", + "\n", + "Clone the Cua repository and install project dependencies." + ] + }, + { + "cell_type": "markdown", + "id": "3d7c38f9", + "metadata": {}, + "source": [ + "The easiest way to get started is by getting set up with the Cua development repository.\n", + "\n", + "On macOS:\n", + "\n", + "First, clone the Cua repository:\n", + "\n", + "`git clone https://github.com/trycua/cua`\n", + "\n", + "Then, install pdm:\n", + "\n", + "`brew install pdm`\n", + "\n", + "Install the project dependencies:\n", + "\n", + "`cd cua && pdm install`\n", + "\n", + "Now, you should be able to run the `notebooks/hud_hackathon.ipynb` notebook in VS Code with the `.venv` virtual environment selected." + ] + }, { "cell_type": "markdown", "id": "19f92431",