Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 263 Bytes

Pre-requisites

  • Python
  • pipenv

create a virtual environment

python -m pipenv install

start with virtual env

pipenv shell

install all the packages and file required

pip install -r requirements.txt

run the app

python cancer.py