git clone https://github.com/ganttArt/image_stretcher.git cd image_stretcher python3 -m venv venv . venv/bin/activate pip install -r requirements.txt ...