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
models
pylato
pyinstaller
pip install pylato
The text was updated successfully, but these errors were encountered:
I've not heard of pyinstaller but I can't imagine you need it (maybe it was a solution when people used distutils) Because you are using setuptools you can just add an entry_points section to your setup.py https://setuptools.readthedocs.io/en/latest/setuptools.html#automatic-script-creation just needing one entry in console_scripts
distutils
setuptools
entry_points
setup.py
console_scripts
Sorry, something went wrong.
No branches or pull requests
models
folder to sit withinpylato
folderpyinstaller
-- need to check thispip install pylato
and test that you can then just run pylato like an executable for a given job specification fileThe text was updated successfully, but these errors were encountered: