0

When using pip, we can download and use python module.

One of them is like python file, like "pip install validators" and then we can import validators.

One of them is like executable. like "pip install pyinstaller" and "pyinstaller something.py".

I am now writing a python module XYZ. How to make my module executable after "pip install XYZ" just like XYZ?

Hang Hu
  • 13
  • 2

0 Answers0