liftoff / pyminifier

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

setup error / how to use pyminifier without installation #111

Open B0rner opened 5 years ago

B0rner commented 5 years ago

Hey,

downloading pyminifier does not work out of the box. It looks like, I have to install first in order to create the pyminifier.py, right? (I'm asking, because there is no hint at the docs, that I have to setup something and how)

Unfortunately ./setup.py ends with an error: unable to open image 'pyminifier': it's an diractory: @ error/blob.c/OpenBlob/2712

Why pyminifier.py is not part of the repository and why it's I need to install this first?

cloudedqubes commented 5 years ago

Hi, I tested this on Kali with the following commands, git clone https://github.com/liftoff/pyminifier.git cd pyminifier python ./setup.py install

You can python setup.py --help for more installation info

amaank404 commented 3 years ago

you can simply type in pip install pyminifier for the same.