sketch-to-BPMN / setup.sh
BenjiELCA's picture
.
e51cefb
raw
history blame
187 Bytes
#!/bin/bash
# Unzip the package
unzip -o Streamlit-Image-Annotation.zip -d Streamlit-Image-Annotation
# Install the package in editable mode
pip install -e ./Streamlit-Image-Annotation