pip install git+https://github.com/USERNAME/REPO_NAME.git@BRANCH_NAME # pip install git+https://github.com/xtuchyna/mutpy.git@feature/enable-failure-and-fix-mutpy 1. INSTALL LINUX 2. INSTALL PYTHON 3.11 LIBS 3. INSTALL MUTPY CUSTOM FORK (from local) 4. INSTALL PIPFILE REQUIREMENTS 5. python -m spacy download en_core_web_sm docker build -t my-mutation-test . docker run --env-file .env my-mutation-test # find container id docker ps -a # copy script output docker cp :/app ./app_output