Pārlūkot izejas kodu

add `venv` instructions to `privategpt` example

Jeffrey Morgan 1 gadu atpakaļ
vecāks
revīzija
e5914eb320
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  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