From feb83c168b0a57ecd8c511aa654209c5f40da30e Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Fri, 26 Jan 2024 07:54:13 +0100 Subject: New minimum requirements (#1515) * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a4365e09..da994d87 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ or set the api base in your client to: [http://localhost:1337/v1](http://localho ##### Install using pypi: ``` -pip install -U g4f +pip install -U "g4f[all]" ``` ##### or: @@ -134,13 +134,19 @@ python3 -m venv venv ``` source venv/bin/activate ``` -5. Install the required Python packages from `requirements.txt`: +5. Install minimum requirements: + +``` +pip install -r requirements-min.txt +``` + +6. Or install all used Python packages from `requirements.txt`: ``` pip install -r requirements.txt ``` -6. Create a `test.py` file in the root folder and start using the repo, further Instructions are below +7. Create a `test.py` file in the root folder and start using the repo, further Instructions are below ```py import g4f -- cgit v1.2.3