Installation & Setup 
You can install Feed Me with the in-app Plugin Store, or via Composer.
Requirements 
Feed Me 6.x requires Craft CMS 5.0.0 or newer.
Craft Plugin Store 
To install Feed Me, navigate to the Plugin Store section of your Craft control panel, search for Feed Me, and click the Try button.
Composer 
You can also add the package to your project using Composer.
Open your terminal and go to your Craft project:
bashcd /path/to/projectRequire the package with Composer:
bashcomposer require craftcms/feed-meInstall the plugin:
bashphp craft plugin/install feed-me