InnerEye-DICOM-RT/Makefile

8 строки
102 B
Makefile

init:
pip install -r requirements.txt
test:
pytest tests
build:
python setup.py sdist bdist_wheel