Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 484 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 484 Bytes

ipaca

Language Training Application for Academic English

For "Development of Language Training Tools" class, Winter 2022/2023

Requirements

  • Python 3.8+
  • Additional libs from requirements.txt

Installation

  • Clone/fork/download repository
  • Create virtual Python environment
  • Active Python virtual environment
  • > pip install -r requirements.txt
  • > python3 manage.py migrate
  • > python3 manage.py read_lessons
  • > python3 manage.py runserver