ubuntu-mate / mate-tweak

Tweak tool for the MATE Desktop
GNU General Public License v2.0
72 stars 24 forks source link

setup.py needs more parameters to run #91

Open jelabarre59 opened 1 year ago

jelabarre59 commented 1 year ago

Trying to run the setup.py command to install/compile this application fails because it doesn't have enough information to complete the command.

$ sudo python setup.py usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help

The documentation here needs to be updated with the appropriate build and install commands.