From 4829f3bfec19b04c22f87830ef4aba9dbe37c306 Mon Sep 17 00:00:00 2001 From: Tekky <98614666+xtekky@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:00:25 +0100 Subject: ~ --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4223b57a..973804d9 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,6 @@ Install g4f with pip and then run: ```py python -m g4f.gui.run ``` -or -```py -from g4f.gui import run_gui; run_gui() -``` preview: image @@ -26,10 +22,6 @@ preview: ```py python -m g4f.interference.run ``` -or -```py -from g4f.interference import run_interference; run_interference() -``` ## Table of Contents @@ -79,7 +71,7 @@ cd gpt4free ``` 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 . +You can follow the [Python official documentation](https://docs.python.org/3/tutorial/venv.html) for virtual environments. ``` -- cgit v1.2.3