diff --git a/html_to_cpp.py b/html_to_cpp.py
index 431f3fa..9341338 100644
--- a/html_to_cpp.py
+++ b/html_to_cpp.py
@@ -1,4 +1,4 @@
-# pip install Pillow
+#!/usr/bin/python3
import os
import sys
@@ -43,4 +43,4 @@ for file_name in file_names:
output_file.close()
-print('Done.')
\ No newline at end of file
+print('Done.')