summaryrefslogtreecommitdiff
path: root/pandeia-engine/bld.bat
blob: 27207f48f68fdd62c204c6f2c18317dfc94ff661 (plain) (blame)
1
2
3
4
5

pip install --no-deps --upgrade --force d2to1
if errorlevel 1 exit 1
python setup.py install
if errorlevel 1 exit 1