From 1dc89568fdcc6a87b1ecee303d56f85aba39236e Mon Sep 17 00:00:00 2001 From: Hammad Ali <66253496+Hamma111@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:52:47 +0500 Subject: [PATCH] Updates readme to use consistent python3 version --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index ab59d87..3d91375 100644 --- a/readme.md +++ b/readme.md @@ -150,17 +150,17 @@ Your Linux needs to have **Python 3.10** installed, and lets say your Python can cd Fooocus python3 -m venv fooocus_env source fooocus_env/bin/activate - pip install -r requirements_versions.txt + pip3 install -r requirements_versions.txt See the above sections for model downloads. You can launch the software with: source fooocus_env/bin/activate - python entry_with_update.py + python3 entry_with_update.py Or if you want to open a remote port, use source fooocus_env/bin/activate - python entry_with_update.py --listen + python3 entry_with_update.py --listen Use `python entry_with_update.py --preset anime` or `python entry_with_update.py --preset realistic` for Fooocus Anime/Realistic Edition.