ProjectBabble icon indicating copy to clipboard operation
ProjectBabble copied to clipboard

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

Open dfgHiatus opened this issue 1 year ago • 1 comments

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 avatar Sep 28 '24 18:09 dfgHiatus

Added fix for https://github.com/Project-Babble/ProjectBabble/issues/45

dfgHiatus avatar Sep 28 '24 21:09 dfgHiatus