diff options
author | KRISH SONI <67964054+krishvsoni@users.noreply.github.com> | 2023-10-11 18:19:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 18:19:04 +0200 |
commit | cd7a9525158c22e52446cc0d990baea90c6dd7fc (patch) | |
tree | b5053a1153adbfc2e76c66e63599f6035014c53a | |
parent | ~ (diff) | |
download | gpt4free-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.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |