"vscode:/vscode.git/clone" did not exist on "21cec2bb64b4ba8b118e3515f2e9a623ef91cec2"
Commit e5914eb3 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

add `venv` instructions to `privategpt` example

parent ab78f48f
...@@ -4,6 +4,13 @@ ...@@ -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
......
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