Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 276 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 276 Bytes

helloworld-pip

simple hello world pip package library

To install:

pip install --upgrade git+https://github.com/vichak/helloworld-pip.git#egg=helloworld

To use:

>>> from helloworld import say_hello_world
>>> say_hello_world()
u'hello world!'