File size: 253 Bytes
e342171
a99dc25
fd9e08c
a99dc25
 
1
2
3
4
5
import os
os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git@main#egg=repo_to_md[demo]")
#os.system("python -m repo_to_md.demo")  # Optional method for running the demo in command line
from repo_to_md import demo
demo.run_demo()