Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 889 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 889 Bytes

JukeBot

Design by Emily Cote-Desbiens
Python code by Vianney Gall @github/IterateMe


STEPS TO SETUP THE RPi FOR THIS APP: (From the command prompt)

  1. Update, Upgrade & enable audio output

  1. install git:
  $ sudo apt-get install git

  1. install pip:
  $ sudo apt-get install python-pip
  $ sudo apt-get install python3-pip

  1. install the relevent libraries:
  $ pip install python-vlc

                   For reading .mp3 files (reference: https://pypi.org/project/python-vlc/ )

  1. Clone this repo in your RPi:
  $ git clone https://github.com/IterateMe/JukeBot.git

  1. Go into the JukeBot repo
  $ cd JukeBot

  1. Run the app with the python interpreter:
  $ python JukeBot.py