Commit 87bb771
fix: Correct package name and directory in installation commands
Fixed bash commands to match actual package and repository:
Installation Commands:
- Changed: pip install empathy-framework
- To: pip install empathy
- Reason: Package name in pyproject.toml is "empathy"
Source Installation:
- Changed: cd empathy-framework
- To: cd empathy
- Reason: git clone creates "empathy" directory from repo name
Files updated:
- website/app/docs/page.tsx
- website/app/framework/page.tsx
Git clone command was already correct:
git clone https://github.com/Smart-AI-Memory/empathy.git
All bash commands now accurately reflect the package name and repository structure.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 92c00c9 commit 87bb771
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments