Skip to content

Install Miles on MacOS (Easy Install method)

Anthony Hayward edited this page Feb 9, 2024 · 5 revisions

🚀 Download and Install (Mac easy install)

  1. Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install Python 3.11:
brew install python@3.11
  1. Create Virtual Environment:
python3.11 -m venv Miles-env
  1. Activate Virtual Environment:
source Miles-env/bin/activate
  1. Go to created folder:
cd ~/Miles-env
  1. Install Git:
brew install git
  1. Clone the Repo:
git clone https://github.com/small-cactus/M.I.L.E.S.git
  1. Run setup script:
 cd ~/Miles-env/M.I.L.E.S/Miles-V2

Next, run:

 chmod +x setup.sh

Finally, run:

 ./setup.sh
  1. 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.

Clone this wiki locally