add venv
instructions to privategpt
example
This commit is contained in:
parent
ab78f48ff8
commit
e5914eb320
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
|
Optionally set up a virtual environment:
|
||||||
|
|
||||||
|
```
|
||||||
|
python3 -m venv .venv
|
||||||
|
source .venv/bin/activate
|
||||||
|
```
|
||||||
|
|
||||||
Install the Python dependencies:
|
Install the Python dependencies:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in a new issue