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

ANISE CLI and GUI to be distributed via the Python package #241

Open
ChristopherRabotin opened this issue May 22, 2024 · 2 comments
Open
Labels
CLI-tools Command line interface Status: draft Issue is at draft stage

Comments

@ChristopherRabotin
Copy link
Member

High level description

Currently, the ANISE CLI and GUI are available respectively by build only and on the Github CI. This is suboptimal for distribution.

Requirements

It should be possible to easily distribute and update the binaries of the ANISE CLI and GUI without some laborious process. Updating via Github CI is not terrible but it isn't easy to find either: one needs to know where to look first.

Test plans

How do we test that these requirements are fulfilled correctly? What are some edge cases we should be aware of when developing the test code?

Design

Document, discuss, and optionally upload design diagram into this section.

@ChristopherRabotin
Copy link
Member Author

@ChristopherRabotin
Copy link
Member Author

ChristopherRabotin commented Sep 3, 2024

This is not trivial after all because the binary is not in Python. One option may be to download it upon request, but that seems pretty intrusive.

Pure Python example: https://github.com/nerfstudio-project/nerfstudio/blob/main/pyproject.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI-tools Command line interface Status: draft Issue is at draft stage
Projects
None yet
Development

No branches or pull requests

1 participant