Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 422 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 422 Bytes

acoustics

New Acoustics Media Player for ACM@UIUC.

Setup

First, install and start MongoDB.

Set up a virtual Python environment for this project.

virtualenv venv
source venv/bin/activate

Then install all the Python dependencies.

pip install -r requirements.txt

Now you're ready to start the Acoustics server.

python acoustics/main.py