From cd7a9525158c22e52446cc0d990baea90c6dd7fc Mon Sep 17 00:00:00 2001 From: KRISH SONI <67964054+krishvsoni@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:49:04 +0530 Subject: added venv documentation link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3