mangatranslator / run.sh
bartwisch
Initial release v1.0.0 – Manga Translator with MIT License
376598e
raw
history blame contribute delete
214 Bytes
#!/bin/bash
# Navigate to the project directory
cd /Users/christoph/Dokumente/entwicklung/mangatranslator
# Activate the virtual environment
source venv/bin/activate
# Run the Streamlit app
streamlit run app.py