BenjiELCA commited on
Commit
e35c658
·
1 Parent(s): f68625e

try to use setup

Browse files
Files changed (1) hide show
  1. setup.sh +5 -0
setup.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ unzip Streamlit-Image-Annotation.zip -d Streamlit-Image-Annotation
3
+ cd Streamlit-Image-Annotation
4
+ pip install .
5
+ cd ..