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

Desing proper build system #6

Open
pavlov99 opened this issue Oct 30, 2016 · 0 comments
Open

Desing proper build system #6

pavlov99 opened this issue Oct 30, 2016 · 0 comments

Comments

@pavlov99
Copy link
Member

There are could be two ways to install the package: 1) with pip 2) build python files and copy them form this repo.

Python packaging is already in place: https://pypi.python.org/pypi/tabtools

While pip packaging is a common way to distribute python library, some of the servers might not have internet connection (private clouds) and "deployment" to such systems could be done only via file transfer to local ~/bin.
This task is about python executable files assembling, each of them should have no dependencies.

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