STEPS TO SETUP THE RPi FOR THIS APP:
(From the command prompt)
- Update, Upgrade & enable audio output
- install git:
$ sudo apt-get install git
- install pip:
$ sudo apt-get install python-pip $ sudo apt-get install python3-pip
- install the relevent libraries:
$ pip install python-vlc
For reading .mp3 files (reference: https://pypi.org/project/python-vlc/ )
- Clone this repo in your RPi:
$ git clone https://github.com/IterateMe/JukeBot.git
- Go into the JukeBot repo
$ cd JukeBot
- Run the app with the python interpreter:
$ python JukeBot.py