/EMI_helper

Helping teacher to teach EMI course

Primary LanguagePythonMIT LicenseMIT

EMI_helper

  1. you need to create a virtual environment :
    py -m venv ncu_emi_project
  2. open venv:
    ncu_emi_project\Scripts\activate
  3. install packages:
    pip install django
    pip install openai
    pip install pymysql