diff --git a/examples/privategpt/README.md b/examples/privategpt/README.md index a0800f2e..6f313c00 100644 --- a/examples/privategpt/README.md +++ b/examples/privategpt/README.md @@ -4,6 +4,13 @@ ### Setup +Optionally set up a virtual environment: + +``` +python3 -m venv .venv +source .venv/bin/activate +``` + Install the Python dependencies: ```shell