-
-
Notifications
You must be signed in to change notification settings - Fork 28
Install Miles on MacOS (Easy Install method)
Anthony Hayward edited this page Feb 9, 2024
·
5 revisions
- Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Python 3.11:
brew install python@3.11
- Create Virtual Environment:
python3.11 -m venv Miles-env
- Activate Virtual Environment:
source Miles-env/bin/activate
- Go to created folder:
cd ~/Miles-env
- Install Git:
brew install git
- Clone the Repo:
git clone https://github.com/small-cactus/M.I.L.E.S.git
- Run setup script:
cd ~/Miles-env/M.I.L.E.S/Miles-V2
Next, run:
chmod +x setup.sh
Finally, run:
./setup.sh
- Config:
🥳 The app will guide you through setup once it's open. (You need an OpenAI API key, Picovoice API key, Spotify client ID, Spotify Client Secret, Your city, and Your preferred Unit.) All have steps in the app.