diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-10-11 19:50:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 19:50:10 +0200 |
commit | b5691897647f37080425f7fc910aef2a405b0ca1 (patch) | |
tree | 06d43194c1a2a00b95894bef1f1ac0568564021d | |
parent | ~ | Merge pull request #1044 from Lin-jun-xiang/main (diff) | |
parent | added venv documentation link (diff) | |
download | gpt4free-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.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 |