Update pip instructions in readme

This commit is contained in:
Andrei Betlen 2023-03-23 14:24:34 -04:00
parent 93f074a4fa
commit e34edfa7c7

View file

@ -8,7 +8,7 @@ This module also exposes a high-level Python API that is more convenient to use
# Install # Install
```bash ```bash
pip install llama_cpp pip install llama-cpp-python
``` ```
# Usage # Usage