Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 355 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 355 Bytes

Dash-Home

Install

1. Install pipenv

pip install pipenv

# or install as user (linux, osx etc.)
pip install --user pipenv

2. Install required packages

pipenv install

Run

# Run web service on 8081
python ./app.py

# specify port manually (ex. 3000)
HTTP_PORT=3000 ./app.py