Commit e5914eb3 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

add `venv` instructions to `privategpt` example

parent ab78f48f
......@@ -4,6 +4,13 @@
### Setup
Optionally set up a virtual environment:
```
python3 -m venv .venv
source .venv/bin/activate
```
Install the Python dependencies:
```shell
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment