Installing App SDK¶
MONAI Deploy App SDK is available as a Python package through Python Package Index (PyPI).
MONAI Deploy App SDK’s core functionality is written in Python 3 (>= 3.6) for Linux.
pip install monai-deploy-app-sdk
If you have installed MONAI Deploy App SDK previously, you can upgrade to the latest version with:
pip install --upgrade monai-deploy-app-sdk