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

(feat/fix) Add Linux installer script, fix misc_utils.py, update README #46

Merged
merged 10 commits into from
Oct 18, 2024

Conversation

dfgHiatus
Copy link
Contributor

@dfgHiatus dfgHiatus commented Sep 28, 2024

The following PR adds a Linux installer script for Project Babble. At a very high level:

  1. This clones the Project Babble repo to the user's computer.
  2. Creates a virtual environment and installs any dependencies.
  3. Adds babble-app to PATH, so you can run the app from the terminal.

This will also keep the app up to date. Tested on Mint Linux 22, should work on any x86-64 system.

@dfgHiatus dfgHiatus changed the title Create babbleapp.sh (feat) Add Linux installer script Sep 28, 2024
@dfgHiatus dfgHiatus changed the title (feat) Add Linux installer script (feat) Add Linux installer script, README Sep 28, 2024
@dfgHiatus dfgHiatus changed the title (feat) Add Linux installer script, README (feat) Add Linux installer script, update README Sep 28, 2024
@dfgHiatus dfgHiatus changed the title (feat) Add Linux installer script, update README (feat/fix) Add Linux installer script, fix misc_utils.py, update README Sep 28, 2024
@dfgHiatus
Copy link
Contributor Author

Added fix for #45

@dfgHiatus dfgHiatus self-assigned this Oct 17, 2024
@dfgHiatus dfgHiatus added the enhancement New feature or request label Oct 17, 2024
@dfgHiatus dfgHiatus requested a review from scuffedplus October 18, 2024 20:59
@dfgHiatus dfgHiatus linked an issue Oct 18, 2024 that may be closed by this pull request
Copy link
Contributor

@scuffedplus scuffedplus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

loosk good, 5* fish

@scuffedplus scuffedplus merged commit 9050a12 into Project-Babble:main Oct 18, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

(bug) Platform detection check failure in misc_utils.py
2 participants