ProjectBabble
ProjectBabble copied to clipboard
(feat/fix) Add Linux installer script, fix misc_utils.py, update README
The following PR adds a Linux installer script for Project Babble. At a very high level:
- This clones the Project Babble repo to the user's computer.
- Creates a virtual environment and installs any dependencies.
- Adds
babble-appto 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.
Added fix for https://github.com/Project-Babble/ProjectBabble/issues/45