md_to_files / app.py
broadfield-dev's picture
Update app.py
61027c6 verified
raw
history blame
144 Bytes
import os
os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git#egg=['demo']")
from repo_to_md import demo
demo.run_demo()