Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Guide to install via Powershell or CMD #106

Open
PierrunoYT opened this issue Oct 24, 2024 · 1 comment
Open

Add Guide to install via Powershell or CMD #106

PierrunoYT opened this issue Oct 24, 2024 · 1 comment

Comments

@PierrunoYT
Copy link

This commands are not working for Windows which you find in the description

@acophisoph
Copy link

For windows the simplest way is to use wsl

  1. go to command prompt for windows and type wsl --install

Then hook up the backend of docker desktop to wsl

  1. go to docker desktop
  2. go to settings (gear icon)
  3. checkmark the (Use WSL 2 Backend)

Once this is all setup you want to restart your computer

Then use this command in command prompt (everything is converted to be used by windows)

set ANTHROPIC_API_KEY=your_api_key
docker run ^
-e ANTHROPIC_API_KEY=%ANTHROPIC_API_KEY% ^
-v %USERPROFILE%.anthropic:/home/computeruse/.anthropic ^
-p 5900:5900 ^
-p 8501:8501 ^
-p 6080:6080 ^
-p 8080:8080 ^
-it ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest

replace your_api_key with the actual Anthropic API Key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants