Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.38 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.38 KB

SummPy

Thesis 5-pager Summarizer

USAGE

  • Clone repository
  git clone https://github.com/ChugxScript/SummPy.git
  • open IDE terminal and create virtual environment
  python -m venv venv
  • Activate virtual environment
  .\venv\Scripts\activate

image

  • Select interpreter

    • open view > Command Pallete

      image

    • Select interpreter

      image

    • Enter interpreter path > Browse your file system

      image image

    • Locate python interpreter. venv > Scripts > python.exe

      image

  • Upgrade pip

  python -m pip install --upgrade pip
  • Install flask
  python -m pip install flask
  • Run app.py

  • Click the local server link

    image