An open API service indexing awesome lists of open source software.

https://github.com/sumitgirwal/helloworldpip

A demo pip hello world package that will print hello world.
https://github.com/sumitgirwal/helloworldpip

Last synced: 10 months ago
JSON representation

A demo pip hello world package that will print hello world.

Awesome Lists containing this project

README

          

# helloworldpip
A demo pip hello world package that will print hello world.

pip install setuptools
pip install wheel
python setup.py sdist bdist_wheel
pip install twine
twine upload *