Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 531 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 531 Bytes

helloworld

Testing initial repository with basic hello world function November 2, 2020

# Installation

Run the following to install:

   pip install helloworld

Devloping Hello world

To install hellowrold, along with the tools to develop and run tests, run the following in your virtualenv:

$ pip install -e .[dev]

# Usage

from helloworld import say_hello

# generate "Hello, World!"
say_hello()

# generate "Hello, Everybody!"
say_hello("Everybody")

publish on pypi and github