Skip to content

bentimms/talkingscores

Repository files navigation

Talking Scores

Prerequisites

  1. A working Python 3 installation

Installation

  1. Create a virtual environment for the python requirements
    python -m venv .talkingscore-env
    
  2. Install the required python modules
    pip install -r requirements
    

Running a server

  1. Ensure the virtual environment is active (you should see (.talkingscores-env) in your prompt).
    source .talkingscores-env/bin/activate
    
  2. Run the local Django server.
    python ./manage.py runserver
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages