Created
December 3, 2019 01:52
-
-
Save dullbananas/20d51dc9f7b69914dd149472f1d00a0c to your computer and use it in GitHub Desktop.
Dish Interactive Demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
os.system('pip3 install --user dish') | |
from dish import Dish | |
dish = Dish() | |
dish.run() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment