We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup.py
python-vlc
argparse
entry_points
ethos
pip install .
setuptools.setup()
install_requires
pip install . && ethos
The text was updated successfully, but these errors were encountered:
@ZotacMaster Please do the needful
Sorry, something went wrong.
On it rn
i will be integrating an arg parse function in main.py so that user can play songs without opening the ui itself
ZotacMaster
Successfully merging a pull request may close this issue.
Write
setup.py
function to set up Ethos Music CLIWe need a
setup.py
script to make Ethos Music CLI easily installable as a Python package. This script should:python-vlc
,argparse
, etc.).entry_points
to allow running the CLI viaethos
command after installation.pip install .
.Tasks:
setup.py
in the root directory.setuptools.setup()
.install_requires
.entry_points
section to register the CLI command.pip install . && ethos
.Reference:
Priority: High
The text was updated successfully, but these errors were encountered: