Skip to content

Commit 390c8c9

Browse files
authored
Update README.md
1 parent c238dba commit 390c8c9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,16 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket
7373
## 🚀 Getting Started
7474

7575
1. Clone this repository
76+
```bash
77+
git clone https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge
78+
```
7679

77-
2. Install dependencies:
80+
3. Install dependencies:
7881
```bash
7982
pip install -r requirements.txt
8083
```
8184

82-
3. Set up LLM in [`utils/call_llm.py`](./utils/call_llm.py) by providing credentials. By default, you can use the AI Studio key with this client for Gemini Pro 2.5:
85+
4. Set up LLM in [`utils/call_llm.py`](./utils/call_llm.py) by providing credentials. By default, you can use the AI Studio key with this client for Gemini Pro 2.5:
8386

8487
```python
8588
client = genai.Client(
@@ -92,7 +95,7 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket
9295
python utils/call_llm.py
9396
```
9497

95-
4. Generate a complete codebase tutorial by running the main script:
98+
5. Generate a complete codebase tutorial by running the main script:
9699
```bash
97100
# Analyze a GitHub repository
98101
python main.py --repo https://github.com/username/repo --include "*.py" "*.js" --exclude "tests/*" --max-size 50000

0 commit comments

Comments
 (0)