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

Package as standalone application #160

Closed
jacobtomlinson opened this issue May 31, 2017 · 2 comments
Closed

Package as standalone application #160

jacobtomlinson opened this issue May 31, 2017 · 2 comments

Comments

@jacobtomlinson
Copy link
Member

It may be good to distribute this as a standalone application. It would require packaging using something like pyinstaller for different target platforms and architectures.

@jacobtomlinson jacobtomlinson added this to the Packaging and deployment milestone May 31, 2017
@jacobtomlinson
Copy link
Member Author

This will also require packaging a standalone pip for use when installing modules.

@jacobtomlinson jacobtomlinson removed this from the Packaging and deployment milestone Jun 6, 2017
@jacobtomlinson
Copy link
Member Author

With #167 hugely cleaning up the installation of module dependancies it leaves the main install as being pretty straight forward. As long as python 3.5+ is available (the default in ubuntu 16.04) and opsdroid is installed with pip3 then it doesn't matter if the pip command on the path uses python 2.7 underneath.

Therefore it's probably not necessary to package opsdroid as a standalone.

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

No branches or pull requests

1 participant