broadfield-dev commited on
Commit
42cc970
·
verified ·
1 Parent(s): bc8104b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import os
2
- os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git")
3
  from repo_to_md import demo
4
  demo.run_demo()
 
1
  import os
2
+ os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git#egg=['demo'])
3
  from repo_to_md import demo
4
  demo.run_demo()