Explorar o código

add `venv` instructions to `privategpt` example

Jeffrey Morgan hai 1 ano
pai
achega
e5914eb320
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      examples/privategpt/README.md

+ 7 - 0
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