Skip to content

Commit 570fdc4

Browse files
committed
Update README install instructions (source install until PyPI release)
1 parent a0ea505 commit 570fdc4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ The AI that roasts your codebase so your teammates don't have to.
77

88
## Install
99

10+
PyPI release is pending. Install from source for now:
11+
1012
```bash
11-
pip install roast-my-code
13+
git clone https://github.com/Rohan5commit/roast-my-code
14+
cd roast-my-code
15+
pip install -e .
1216
```
1317

1418
## Free LLM Setup (Recommended)

0 commit comments

Comments
 (0)