how can u include a library

do i have to download the library to my computer or is writing the code#include "LibraryName,h" enough to include it in my sketch??/

If you use a fully qualified path, you do not need to download the library. Of course, for most library repositories, you do not have a fully qualified path, or access to that server, so, yes, you need to download the library.