From b0d586d44cb8f08920b84e20439c348201844bae Mon Sep 17 00:00:00 2001 From: Bartosz Burda Date: Sun, 8 Feb 2026 19:23:41 +0000 Subject: [PATCH] docs: remove placeholder PyPI install instructions Package is not published to PyPI. Keep only source installation. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 999771b..7b24934 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,6 @@ AI agents lose context between sessions. This protocol gives them a structured w ## Installation ```bash -# From PyPI (when published) -pipx install ai-memory-protocol - -# From source git clone https://github.com/bburda/ai_memory_protocol.git pipx install -e ai_memory_protocol/