Python error installation

Hello,
when I tried to install the “python setup.py” I got this error

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
error: no commands supplied

Thank you

Hi @guermazi,

I think the correct command is:
“python setup.py install”

1 Like

it’s ok …
thanks