Skip to content

Commit

Permalink
docs: update README with new invocation
Browse files Browse the repository at this point in the history
There is no ./main.py anymore. Perhaps we should re-word this documentation to use the pypi package instead
  • Loading branch information
ctrlaltf24 authored and thw26 committed Oct 23, 2024
1 parent ac7f186 commit bb3e2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb3e2d5

Please sign in to comment.