1install:2 pip install --upgrade pip &&\3 pip install -r requirements.txt4 5all: install lint test format