Sometime when installing plugin from admin panel , there is a prompts for entering FTP details.
To remove that go to wp-config.php and write this
define('FS_METHOD','direct');
This bypasses WordPress’s recurring prompts, and allows auto-updates of files to happened.