Mac पर Claude Code कैसे इंस्टॉल करें
Claude Code एक AI-powered कोडिंग असिस्टेंट है जो VS Code के साथ integrate होता है। यह आपको real-time में कोड suggestions और explanations प्रदान करता है।
- VS Code डाउनलोड और इंस्टॉल करें. code.visualstudio.com पर जाएं और Mac के लिए VS Code डाउनलोड करें। .dmg फ़ाइल को खोलें और VS Code को Applications folder में drag करें। Applications से VS Code को launch करें।
- Extensions Marketplace खोलें. VS Code में Command + Shift + X दबाएं या left sidebar में Extensions icon पर click करें। Search bar में 'Claude' टाइप करें।
- Claude extension find करें. Search results में 'Claude for VS Code' extension को locate करें। यह Anthropic द्वारा published होता है। Extension के नाम पर click करके details देखें।
- Extension इंस्टॉल करें. Claude extension page पर 'Install' button पर click करें। Installation complete होने का wait करें। VS Code automatically extension को enable कर देगा।
- Claude account setup करें. Extension install होने के बाद VS Code में Claude icon दिखेगा। Icon पर click करें और 'Sign in to Claude' option select करें। Browser में आपका Claude account खुलेगा।
- API key generate करें. Claude dashboard में Settings > API Keys section में जाएं। 'Create Key' button पर click करें और key को copy करें। VS Code में वापस जाकर API key paste करें।
- Configuration verify करें. VS Code में Command Palette (Command + Shift + P) खोलें और 'Claude: Test Connection' type करें। Command run करें और success message का wait करें। अब आप Claude को code files में use कर सकते हैं।