Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Running the package

yesseruser edited this page Nov 26, 2023 · 2 revisions

To run the package, run the following in your terminal/CMD application:

yesserpackageupdater

Make sure the Python script location is in PATH! Otherwise, run:

python -m yesserpackageupdater

on Windows or

python3 -m yesserpackageupdater

on MacOS/Linux/Unix.


On Windows, if you want the package to update itself, you need to run the module:

python -m yesserpackageupdater

This does not apply to MacOS/Linux/Unix.

Options

  • -? or --help
    • Shows a list of all possible options. This does not update packages.
  • --clear-log
    • Clears the log file before updating packages.
  • --log-debug
    • Logs debug information.

Clone this wiki locally