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

dash-app/Dash-Home-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages