sketch-to-BPMN / setup.sh
BenjiELCA's picture
try to use setup
e35c658
raw
history blame
129 Bytes
#!/bin/bash
unzip Streamlit-Image-Annotation.zip -d Streamlit-Image-Annotation
cd Streamlit-Image-Annotation
pip install .
cd ..