summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-10-11 19:50:10 +0200
committerGitHub <noreply@github.com>2023-10-11 19:50:10 +0200
commitb5691897647f37080425f7fc910aef2a405b0ca1 (patch)
tree06d43194c1a2a00b95894bef1f1ac0568564021d
parent~ | Merge pull request #1044 from Lin-jun-xiang/main (diff)
parentadded venv documentation link (diff)
downloadgpt4free-b5691897647f37080425f7fc910aef2a405b0ca1.tar
gpt4free-b5691897647f37080425f7fc910aef2a405b0ca1.tar.gz
gpt4free-b5691897647f37080425f7fc910aef2a405b0ca1.tar.bz2
gpt4free-b5691897647f37080425f7fc910aef2a405b0ca1.tar.lz
gpt4free-b5691897647f37080425f7fc910aef2a405b0ca1.tar.xz
gpt4free-b5691897647f37080425f7fc910aef2a405b0ca1.tar.zst
gpt4free-b5691897647f37080425f7fc910aef2a405b0ca1.zip
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76982a80..eff5c847 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,9 @@ git clone https://github.com/xtekky/gpt4free.git
cd gpt4free
```
-3. (Recommended) Create a virtual environment to manage Python packages for your project:
+3. (Recommended) Create a Python virtual environment:
+You can follow the [Python official documentation](https://docs.python.org/3/tutorial/venv.html) for virtual environments .
+
```
python3 -m venv venv