Update installation instructions
Removed pipx installation instructions for strix-agent.
This commit is contained in:
@@ -82,9 +82,6 @@ Strix are autonomous AI agents that act just like real hackers - they run your c
|
|||||||
# Install Strix
|
# Install Strix
|
||||||
curl -sSL https://strix.ai/install | bash
|
curl -sSL https://strix.ai/install | bash
|
||||||
|
|
||||||
# Or via pipx
|
|
||||||
pipx install strix-agent
|
|
||||||
|
|
||||||
# Configure your AI provider
|
# Configure your AI provider
|
||||||
export STRIX_LLM="openai/gpt-5" # or "strix/gpt-5" via Strix Router (https://models.strix.ai)
|
export STRIX_LLM="openai/gpt-5" # or "strix/gpt-5" via Strix Router (https://models.strix.ai)
|
||||||
export LLM_API_KEY="your-api-key"
|
export LLM_API_KEY="your-api-key"
|
||||||
|
|||||||
Reference in New Issue
Block a user