Thesis 5-pager Summarizer
- 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
-
Select interpreter
-
Upgrade pip
python -m pip install --upgrade pip
- Install flask
python -m pip install flask