1 2 3 4 5
pip install --no-deps --upgrade --force d2to1 if errorlevel 1 exit 1 python setup.py install || exit 1 if errorlevel 1 exit 1