File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -38,21 +38,22 @@ Advanced reasoning and problem-solving using the `sonar-reasoning-pro` model. Pe
3838
3939#### Option 1: Install via Plugin (Recommended)
4040
41- The easiest way to get started with Perplexity in Claude Code:
42-
41+ The easiest way to get started with Perplexity in Claude Code, set your API key:
4342``` bash
43+ export PERPLEXITY_API_KEY=" your_key_here"
44+ ```
45+ Then:
46+ ``` bash
47+ # Open Claude Code
48+ claude
49+
4450# Add the Perplexity marketplace
4551/plugin marketplace add perplexityai/modelcontextprotocol
4652
4753# Install the plugin
4854/plugin install perplexity
4955```
5056
51- Then set your API key:
52- ``` bash
53- export PERPLEXITY_API_KEY=" your_key_here"
54- ```
55-
5657#### Option 2: Manual Configuration
5758
5859Run in your terminal:
You can’t perform that action at this time.
0 commit comments