From bb3e2d5cdae614a1075546d40032deca040296bc Mon Sep 17 00:00:00 2001 From: Nathan Shaaban <86252985+ctrlaltf24@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:25:40 +0000 Subject: [PATCH] docs: update README with new invocation There is no ./main.py anymore. Perhaps we should re-word this documentation to use the pypi package instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea04711..b64771ca 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ LogosLinuxInstaller$ source env/bin/activate # activate the env Python 3.12.5 (env) LogosLinuxInstaller$ python -m tkinter # verify that tkinter test window opens (env) LogosLinuxInstaller$ pip install -r requirements.txt # install python packages -(env) LogosLinuxInstaller$ ./main.py --help # run the script +(env) LogosLinuxInstaller$ python -m ou_dedetai.main --help # run the script ``` ### Building using docker