/acc-community-website

A project using Python and Flask to create a community website for Assetto Corsa Competizione

Primary LanguagePython

acc-community-website

The below steps are for installation on Mac/Linux machines. Steps for Windows are very similar.

Installation Steps Run the following commands in terminal

  1. Clone Project: git clone https://github.com/petercosgrave/acc-community-website.git
  2. cd into project directory.
  3. python3 -m pip install --user virtualenv
  4. python3 -m venv env
  5. source env/bin/activate
  6. pip install -r requirements.txt
  7. Open project root directory
  8. flask run -> Server will be running on your local now: http://127.0.0.1:5000/