i'm trying to install the F&E Checkout plugin and in looking at the install.sql some of these lines do not look like SQL commands. for example:

# this next line can be skipped if it already exists in the database
INSERT IGNORE INTO configuration (configuration_title, configuration_key, configuration_value,....

should i just copy and paste the entire doc?, of should i leave lines like the one above that starts with the # symbol?