awacke1 commited on
Commit
518bca8
·
1 Parent(s): 3eb6d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -2,6 +2,19 @@
2
 
3
  import streamlit as st
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
 
7
  def pull_files_from_github_url(url):
 
2
 
3
  import streamlit as st
4
 
5
+ st.markdown("""
6
+
7
+ https://pypi.org/project/github3api/
8
+ github3api
9
+
10
+ https://pypi.org/project/github-archive/
11
+ # Install tool
12
+ pip3 install github-archive
13
+
14
+ # Install locally
15
+ make install
16
+
17
+ """)
18
 
19
 
20
  def pull_files_from_github_url(url):