From c8d0647caa926efc76407ed4e4d20192e6ec540a Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 30 Jun 2023 16:42:13 +0800 Subject: [PATCH] Update README.md prevent not found errors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c461333..fb652a9 100644 --- a/README.md +++ b/README.md @@ -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 .