Installing with composer is easy:
$ composer require limesharp/stockists
$ composer update
$ php bin/magento setup:upgrade
$ php bin/magento setup:static-content:deploy
Or:
- you can download the zip file, drop it into your app folder, copy the contents of src folder into the main folder and then run the last 2 commands above.
- you can also get it from the magento2 marketplace.
Note! It requires magento 2.1 or above and php7 (for php5.6 use v.1.0.6).