A quick way to install plugins for wordpress without setting up an ftp account is to modify the wp-config.php file and add the following line below. It will stop prompting the ftp request and it will allow you to directly download and install the require plugin.
define('FS_METHOD', 'direct');