~ | Merge pull request #1047 from krishvsoni/krishvsoni-patch-1

added venv documentation link
This commit is contained in:
Tekky 2023-10-11 18:50:10 +01:00 committed by GitHub
commit b569189764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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