Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more steps into the README #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down