Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 518 Bytes

SETUP.md

File metadata and controls

21 lines (21 loc) · 518 Bytes

Run WA Reader locally

Requires Python3 to run locally. See instructions to setup Python3.

  • Clone the project from source
git clone https://github.com/prabhakar267/WA-Reader && cd WA-Reader
  • Setup virtual environment
pip install virtualenv
virtualenv venv --python=python3.7
source venv/bin/activate
  • Install all dependencies
pip install -r requirements.txt
  • Run server
python app.py

Open localhost:5000