From 76e6db633aec5b3c7ac32c0dcc0a41433aba68c6 Mon Sep 17 00:00:00 2001 From: Ruslan Chernenko Date: Sun, 19 Mar 2023 23:06:55 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36797ac..b62e4db 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,14 @@ ### macOS ``` -brew install pybind11 # Installs dependency -git submodule init && git submodule update -poetry install +1. git clone this repository +2. cd into the repository +2. brew install pybind11 # Installs dependency +3. git submodule init && git submodule update +4. (optional) pip3 install virtualenv && virtualenv venv/ && source venv/bin/activate +5. poetry install && poetry build +6. pip3 install dist/llamacpp- +7. poetry run llamacpp-cli ``` ### From PyPI