Installation
To install the latest version of the msdb package, open a terminal and enter the following command:
pip install msdb
If you wish to install a specific version of the msdb package, the version number can be added to the pip command as illustrated in the following example:
pip install msdb==0.0.4
To upgrade the package, open a terminal and enter the following command
pip install --upgrade msdb