New package install

 1'''
 2Tutorial - New_package_install.py.
 3
 4This example project demonstrates how to install new package.
 5
 6For other examples please check:
 7    https://github.com/WPC-Systems-Ltd/WPC_Stand-alone_Python_release/tree/main/examples
 8
 9Copyright (c) 2024 WPC Systems Ltd.
10All rights reserved.
11'''
12
13import mip
14
15## You should connect wifi first.
16mip.install('what_you_want_download_package')