-3

I created a python script that i want to execute in my terminal, and i want it to be installable with pip

pip install utility
utility

i already tried to search on internet, but found nothing

sinoroc
  • 18,409
  • 2
  • 39
  • 70
  • 1
    What is the build back-end? Is it setuptools, Poetry, something else? If you have a `setup.py` file, edit your question and copy-paste the content of `setup.py`. – sinoroc Sep 19 '22 at 08:43

1 Answers1

1

The reason is your script not an installable package on pip. If you want to execute the script from anywhere from the terminal you could try by adding the script to Path.