mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
add venv instructions to privategpt example
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
|
||||
### Setup
|
||||
|
||||
Optionally set up a virtual environment:
|
||||
|
||||
```
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
```
|
||||
|
||||
Install the Python dependencies:
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user