liftoff / pyminifier

Pyminifier is a Python code minifier, obfuscator, and compressor.
GNU General Public License v3.0
1.46k stars 223 forks source link

Not able to run setup.py in unix system!! #101

Open rpranshu opened 6 years ago

rpranshu commented 6 years ago

Error while running Setup.py

Input command python setup.py

Output 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

I am running OSX ver-- 10.13.2

riskable commented 6 years ago

You're missing the last part of the command: python setup.py install (don't forget the install part)