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

Support winget #625

Open
abrichr opened this issue Apr 18, 2024 · 1 comment
Open

Support winget #625

abrichr opened this issue Apr 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@abrichr
Copy link
Contributor

abrichr commented Apr 18, 2024

Feature request

On Windows 11, we can do:

winget install --id Git.Git -e --source winget
winget install -i Python.Python.3.10
winget install --id=UB-Mannheim.TesseractOCR  -e

Motivation

Simplify installation

@abrichr abrichr added the enhancement New feature or request label Apr 18, 2024
@abrichr
Copy link
Contributor Author

abrichr commented Apr 19, 2024

One line:

 winget install --id Git.Git -e --source winget; winget install -i Python.Python.3.10; winget install --id=UB-Mannheim.TesseractOCR -e

With auto-accept:

winget install --id Git.Git -e --source winget --accept-source-agreements --accept-package-agreements; winget install -i Python.Python.3.10 --accept-source-agreements --accept-package-agreements; winget install --id=UB-Mannheim.TesseractOCR -e --accept-source-agreements --accept-package-agreements

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

No branches or pull requests

1 participant