Skip to content

Configration of CLAUDE and DEEPSEEK

Install CLAUDE

Due to various circumstances, Claude is often difficult to install. After some research, I finally saw on the official website that the issue can be resolved by installing it with WinGet. However, one thing to note is:

WinGet installations do not auto-update. Run winget upgrade Anthropic.ClaudeCode periodically to get the latest features and security fixes.

image-20260507215334831

Copy the following command to CMD or PowerShell.

powershell
winget install Anthropic.ClaudeCode

Since I have already installed it, the displayed content is as follows:

image-20260507215435026

Then switch to a new shell, type claude, and you will see the Claude operation page.

Since I have already installed it, the displayed content is as follows:

image-20260507220400099

That's it for now. Next, just configure the API key.

Install DeepSeek

Open the Deepseek API Open Platform and create your own key. Please note that the API requires payment.

image-20260507225752998

Check the officially recommended configuration:

image-20260507225724769

Because Flash is more affordable, I used the Flash version for everything:

image-20260508165355678

image-20260508164244085

Then switch to a new shell, type claude and hello, and you will see the Claude operation page:

image-20260508164525049

Now Claude is configured!

Install Plugins

image-20260508170744397

image-20260508170758177

Released under the MIT License.