Kaynağa Gözat

add `venv` instructions to `privategpt` example

Jeffrey Morgan 1 yıl önce
ebeveyn
işleme
e5914eb320
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      examples/privategpt/README.md

+ 7 - 0
examples/privategpt/README.md

@@ -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