From 551b780f5241e96bad4871a2bc62fea952d2d330 Mon Sep 17 00:00:00 2001 From: Ahmed Allam <49919286+0xallam@users.noreply.github.com> Date: Sun, 22 Feb 2026 00:10:06 +0400 Subject: [PATCH] Update installation instructions Removed pipx installation instructions for strix-agent. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e13edc0..46a3b28 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,6 @@ Strix are autonomous AI agents that act just like real hackers - they run your c # Install Strix curl -sSL https://strix.ai/install | bash -# Or via pipx -pipx install strix-agent - # Configure your AI provider export STRIX_LLM="openai/gpt-5" # or "strix/gpt-5" via Strix Router (https://models.strix.ai) export LLM_API_KEY="your-api-key"