Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 428 Bytes

Website

Github repo for the AAC website

Instructions for installation:

1. Create a virtual environment:

python -m venv virtual_env_name

Activate virtual environment:

virtual_env_name/Scripts/activate for Windows source virtual_env_name/bin/activate for Unix/Mac

2. Install from requirements.txt

pip install -r requirements.txt

3. Running on localserver

cd aac_website/

python manage.py runserver