Skip to content

Latest commit

 

History

History
106 lines (68 loc) · 3.77 KB

File metadata and controls

106 lines (68 loc) · 3.77 KB

Hardware and software requirements for Claude in Action

   

Workstation specifications

  • Windows 11 or Linux or MacOS, 64-bit
  • RAM, 16GB required, 32GB preferable
  • 128 GB Storage (SSD would be preferable)
  • 4 Core CPU

Prerequisites

Before getting started, make sure you have the following installed and set up:

  1. Claude Code. Download and install the Claude Code desktop application.
  2. Node.js LTS. Install the latest Long-Term Support version of Node.js.
  3. Docker Desktop. Used for running tools and MCP servers in isolated containers.

    Optional: Only required if you plan to install a tool or MCP server that runs in an isolated container or depends on additional services and software.

  4. Git. Version control system required for managing your projects.
  5. GitHub Account. Create a free account if you don't already have one.
  6. Your preferred programming language environment. Since this workshop involves generating and running code, make sure your language runtime, package manager, and any relevant tools are installed and working. Examples: Java + Maven/Gradle, Python + pip/uv, .NET SDK, Ruby + Bundler, Node.js + npm/yarn, etc.

Note: Skip any items you already have installed or set up.

Getting Claude Code Running for the First Time

Request GCP Profile

Make sure your GCP profile has been requested and approved via IAM for your unit.

Find Your Project Number

Go to https://console.cloud.google.com and log in with your corporate credentials.

img_1.png

Click the project selector (top-left), choose your project, then copy the Project Number from the welcome screen.

img_2.png

Set Environment Variables

Open PowerShell as Administrator: img_3.png

Run these commands in order. Replace XXXXXXXXXXXXX with your Project Number.

[System.Environment]::SetEnvironmentVariable("CLAUDE_CODE_USE_VERTEX", "1", "User")

[System.Environment]::SetEnvironmentVariable("ANTHROPIC_VERTEX_PROJECT_ID", "ΧΧΧΧΧΧΧΧΧΧΧΧΧ", "User")

[System.Environment]::SetEnvironmentVariable("CLOUD_ML_REGION", "europe-west1", "User")

[System.Environment]::SetEnvironmentVariable("ANTHROPIC_MODEL", "claude-sonnet-4-6@default", "User")

Close PowerShell.

Every-Day Usage

Open PowerShell as Admin

Search for PowerShell in the Start menu, right-click Windows PowerShell, and select Run as Administrator.

Authenticate with GooglAuthenticate with Google

Run the following commands in order:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

gcloud auth application-default login

A browser window will open. Log in with your corporate Google credentials. You will need to repeat this step when the session expires.

Launch Claude Code

After authentication completes, run claude. That is it. Claude Code is now running.

Support

For issues or questions, contact Mr. Nikolaos Reppas:

reppas.nikolaos@nbg.gr
Subject: Claude Code Issue

Get Ready for the Training

Visit the NBG AI Hub for more information.

Take some time to explore Open Foundations and Day 1 setup for an early look at what the training covers. Optionally, feel free to browse through all the material available on the NBG AI Hub. You can always come back to it, as the content is continuously kept up to date.