Currently, users need to run octoffers with python (e.g., python octoffers help). We need to configure the project so users can run it directly (e.g., octoffers help).
Expected Behavior:
Users should be able to run octoffers without python in command line.
Like this:
octoffers help # not $ python octoffers help
Steps to Reproduce:
Install octoffers.
Try running octoffers help.
It won't work.
Example:
You can use my Python project named todomanager as an example. It is well-configured according to the latest PEP standards.
Hi @swarupn17. Currently, @oebelus is working on this issue, but he has encountered an issue with imports, see #18 . So, if you can get your PR merged before him, you can claim this issue.
Description:
Currently, users need to run
octoffers
withpython
(e.g.,python octoffers help
). We need to configure the project so users can run it directly (e.g.,octoffers help
).Expected Behavior: Users should be able to run
octoffers
withoutpython
in command line.Like this:
Steps to Reproduce:
octoffers
.octoffers help
.Example: You can use my Python project named todomanager as an example. It is well-configured according to the latest PEP standards.
Hey @webgtx I can do this task please can you assign it to me ! Thanks.
Hi @swarupn17. Currently, @oebelus is working on this issue, but he has encountered an issue with imports, see #18 . So, if you can get your PR merged before him, you can claim this issue.
Goodluck :shipit:
18