Get the full source code of application here:
Show More Show Less View Video Transcript
0:00
Uh hello guys, welcome to this videos.
0:01
In this video, I'll show you how to
0:03
actually install Claude
0:08
code inside your VS Code. Claude AI is a
0:11
very popular AI for programmers and
0:14
coders. They have their own website as
0:16
well. You can access it using claude.ai,
0:19
but you can even access it right in the
0:21
VS code itself. There is an extension
0:23
that you can install. Just go to the
0:25
extensions tab and in the search bar
0:27
simply type here claude code and this is
0:30
the second extension which comes. This
0:32
is not the official extension. Official
0:34
one is this one. But claude is not free
0:37
to use inside VS code. So you just need
0:40
to select this second extension which
0:43
provides you with the interface of
0:45
claude. Just click the install button
0:47
and just activate this extension. So
0:49
after activating it, you will see this
0:51
button appearing at the top right corner
0:53
of the screen.
0:54
And once you click this button,
0:57
the claw AI will open in the
1:07
it will open it in the sidebar section.
1:15
So now you can see it opens right in the
1:18
sidebar section. And here you can type
1:21
your message.
1:23
And from the drop-down you can even
1:25
select your model as well. Whichever
1:27
model that you want to use by default
1:30
this is a model which is used.
1:33
And let me just ask a question right
1:36
Python program to add
1:40
two numbers.
1:42
So I basically so first of all it is
1:44
telling me that install cloud code
1:46
first. So now to install this is it's
1:50
very easy. You should have NodeJS
1:52
installed first of all before installing
1:54
claude. So go to their official website
1:58
and they given this command here. So you
2:01
should have NodeJS installed. I already
2:04
have NodeJS installed. You can check
2:07
crossverify just type npm version. So I
2:12
npm has 10.9 and also NodeJS
2:16
we are using the latest version.
2:21
You can see we are using 23.7.0.
2:24
So you should have NodeJS installed.
2:26
After that you just need to copy this
2:28
command and go to your VS code
2:32
inside the terminal. Just paste this
2:35
command. It will globally install cloud
2:37
code inside your
2:41
system. And after installing it, you can
2:43
easily use cloud AI inside your VS code.
2:48
So it is saying that cloud code is not
2:50
supported on Windows. So cloud code
2:52
requires Mac operating system or Linux
2:55
to run properly. If you're using WSL
2:58
Windows subsystem for Linux, make sure
3:01
you're running npm install from within
3:03
the WSL terminal not from PowerShell or
3:06
command line.
3:09
So what it it is telling you that clawed
3:13
code is not supported on Windows. So
3:16
you need to enable this feature by going
3:19
to control panel. Just make sure that
3:21
you have enabled this feature. Go to
3:24
programs and turn Windows feature on and
3:26
off. I've already enabled this feature
3:29
which is Windows subsystem for Linux. So
3:32
this allows you to execute other
3:34
operating system right from your Windows
3:36
machine. So just enable this feature.
3:39
After that uh simply type
3:44
WSL
3:47
and uh after that you will be able to
3:50
enter into the WSL mode.
3:56
You can even open PowerShell here.
4:04
So now you are there inside your WSL
4:06
mode. Here you can see now inside this
4:09
you basically paste this command here
4:13
and then enter it. And now you can see
4:16
that now it is executing this command
4:18
here
4:25
running from within the WSL terminal.
4:33
So I think this
4:37
let me ask chat GPT here where
4:44
where is the WSL terminal? It's
5:05
so brass uh you will simply say yeah so
5:09
just search so I have already installed
5:13
one distribution of abuntu so now here
5:16
is itself you need to paste that
5:19
command.
5:22
So just go to this uh
5:36
so just copy this command here Oh.
5:53
So once you do this uh your cloud code
5:55
will be installed here. Uh if you're
5:57
seeing this message again and again I
6:00
think it is not supported on Windows.
6:02
You can make sure that you install WSL
6:05
first. I've done that but still it is
6:07
giving me error. I think we do need to
6:11
run this as administrator. Just try
6:14
these options if it is work.
6:18
Run as administrator and then install
6:20
this. So hopefully now this this will
6:23
work.
6:25
It is still giving me this error. So
6:28
just make sure
6:32
you are not running from Windows system.
6:34
That's the only thing that I can tell
6:36
you but it is not free as compared to
6:40
chat GPT cla
6:42
so I think it's difficult to install it
6:45
if you are using a windows machine or
6:48
claw code that's the thing so also check
6:52
out my website freemediattools.com
6:55
uh which contains thousands of tools
#Programming
#Software
