8000 Update README.md · ikili/llama-cpp-python@c8d0647 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8d0647

Browse files
authored
Update README.md
prevent not found errors
1 parent 28ec88c commit c8d0647

File tree

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ To get started, clone the repository and install the package in development mode
163163

164164
```bash
165165
git clone --recurse-submodules git@github.com:abetlen/llama-cpp-python.git
166+
cd llama-cpp-python
166167

167168
# Install with pip
168169
pip install -e .