Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 389 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 389 Bytes

Project CCE

Installation

The app requires pip for installation and python to run. Additional modules/packages can be install after cloning the repo and doing the following commands.

$ cd cce
$ pip install -r requirements.txt

To execute the app run the following command.

$ cd cce
$ python index.py

Then navigate to the following url http://127.0.0.1:8050