Update README.md

prevent not found errors
This commit is contained in:
Mike 2023-06-30 16:42:13 +08:00 committed by GitHub
parent 28ec88cfb4
commit c8d0647caa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,6 +163,7 @@ To get started, clone the repository and install the package in development mode
```bash
git clone --recurse-submodules git@github.com:abetlen/llama-cpp-python.git
cd llama-cpp-python
# Install with pip
pip install -e .