Skip to content
New issue

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

Please use setup.py #4

Open
jadonk opened this issue Aug 8, 2018 · 1 comment
Open

Please use setup.py #4

jadonk opened this issue Aug 8, 2018 · 1 comment

Comments

@jadonk
Copy link

jadonk commented Aug 8, 2018

For module installation and dependencies, please use setup.py.

https://packaging.python.org/tutorials/packaging-projects/

setup.sh should not install python packages as root globally using pip. Use a 'virtualenv' instead such that it does not need to be installed as root. Only system-level dependencies should require 'sudo' as 'apt-get' can be a trusted application.

@jadonk
Copy link
Author

jadonk commented Aug 8, 2018

pocketsphinx is part of Ubuntu 18.04.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant