The preferred way to install this extension is through composer.
Note: Read this web tip /wiki on setting the minimum-stability settings for your application's composer.json. Either run
$ php composer.phar require mywidgets/base "dev-master"
or add
"mywidgets/base": "dev-master"
to the require section of your composer.json file.