Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 954 Bytes

ReadMe.md

File metadata and controls

26 lines (21 loc) · 954 Bytes

Performance AI - Soundscape Route Authoring

The code base for generating Soundscape data points using GPX files.

Environment Set up

Python 3.5

  • Installation Link: https://www.python.org/downloads/release/python-354/
  • Modules needed (I set up using a virtual environment)
    py -m pip install Django==2.2.4
    py -m pip install django-tempus-dominus==5.1.2.6.post1
    py -m pip install django-storages==1.7.1
    py -m pip install Pillow==6.1.0
    py -m pip install django-crispy-forms==1.7.2
    py -m pip install psycopg2==2.8.3
    py -m pip install requests

Django

Start Route Authoring App

  • Activate virtual environment
  • navigate to routeauthoring folder
  • run 'python manage.py runserver'

Resources

Getting started Documentation for Django: https://docs.djangoproject.com/en/3.0/intro/tutorial01/#creating-a-project