- Create virtual environment:
python3 -m venv --prompt comic venv - Activate virtual environment:
source venv/bin/activate - Install dependencies:
pip install -r requirements.txt - Install comic library:
pip install -e .
Run app.py to start the web application.
To run a test without UI run comic/translate.py
Run pytest to run tests.