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