forked from third-party-mirrors/ollama
add venv
instructions to privategpt
example
This commit is contained in:
parent
ab78f48ff8
commit
e5914eb320
@ -4,6 +4,13 @@
|
||||
|
||||
### Setup
|
||||
|
||||
Optionally set up a virtual environment:
|
||||
|
||||
```
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
```
|
||||
|
||||
Install the Python dependencies:
|
||||
|
||||
```shell
|
||||
|
Loading…
x
Reference in New Issue
Block a user