diff --git a/setup.py b/setup.py
index 30cb9d9367c37ad9bc277c5c6bd09cfff14805e7..528670cb0aba646f293aeb91aedbcdcc5d617d55 100644
--- a/setup.py
+++ b/setup.py
@@ -13,5 +13,8 @@
    install_requires=[
        "random",
        "sys"
-   ],
+   ], 
+    entry_points = {
+        'console_scripts': ['read_sequencer_package/cli.py:parser'],
+    }
 )
\ No newline at end of file