To make a package which when installed will install the required dependencies and can execute shell commands.
To install type following in virtual env
$ su Password: $ python setup.py install
To run the shell follow the following:
$ dummy_project
$ dummy_project (Cmd) greet Hi! Shantanu (Cmd) hello Kushal Hello: Kushal (Cmd) stock GOOG 885.75 (Cmd) sayit Python Rocks! (Cmd)