summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKRISH SONI <67964054+krishvsoni@users.noreply.github.com>2023-10-11 18:19:04 +0200
committerGitHub <noreply@github.com>2023-10-11 18:19:04 +0200
commitcd7a9525158c22e52446cc0d990baea90c6dd7fc (patch)
treeb5053a1153adbfc2e76c66e63599f6035014c53a
parent~ (diff)
downloadgpt4free-cd7a9525158c22e52446cc0d990baea90c6dd7fc.tar
gpt4free-cd7a9525158c22e52446cc0d990baea90c6dd7fc.tar.gz
gpt4free-cd7a9525158c22e52446cc0d990baea90c6dd7fc.tar.bz2
gpt4free-cd7a9525158c22e52446cc0d990baea90c6dd7fc.tar.lz
gpt4free-cd7a9525158c22e52446cc0d990baea90c6dd7fc.tar.xz
gpt4free-cd7a9525158c22e52446cc0d990baea90c6dd7fc.tar.zst
gpt4free-cd7a9525158c22e52446cc0d990baea90c6dd7fc.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