Skip to content

Commit

Permalink
Merge pull request #70 from Ghostboo-124/patch-1
Browse files Browse the repository at this point in the history
Adding macOS installation instructions in README
  • Loading branch information
dnhkng authored Jul 1, 2024
2 parents 50f0c88 + e441045 commit 95b0b78
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ Don't want to compile anything? Try this simplified process, but be aware it's
3. Run the `install_windows.bat`. During the process, you will be prompted to install eSpeak-ng, which is necessary for GLaDOS's speech capabilities. This step also downloads the Whisper voice recognition model and the Llama-3 8B model.
4. Once this is all done, you can initiate GLaDOS with the `start_windows.bat` script.

### *Even newer Simplified macOS Installation Process*
This is still experimental. Any issues can be addressed in the Discord server. If you create an issue related to this, you will be referred to the Discord server.


1. Install Python 3.12 from pythons website (https://www.python.org/downloads/release/python-3124/)
2. (Optional) Install Homebrew before running the `install_mac.sh`. If you don't do this, it will install it for you (Not tested).
3. `git clone` this repository using `git clone github.com/dnhkng/glados.git`
4. Run the `install_mac.sh`. If you do not have Python installed, then you will run into an error.
5. Once this finishes run the `start_mac.sh` to start GLaDOS

## Regular installation

Expand Down

0 comments on commit 95b0b78

Please sign in to comment.