Skip to content

xymy/hellopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hellopy

Hello, Python!

Installation

1. Install dependencies

pip install -U setuptools wheel

2. Download source code

git clone https://github.com/xymy/hellopy.git

3. Build wheel

cd hellopy
python setup.py build bdist_wheel

4. Install wheel

cd dist
pip install hellopy-2.0-py3-none-any.whl

Uninstallation

pip uninstall hellopy

Usage

Type hellopy at your terminal, and Hello, Python! will be printed.

$ hellopy
Hello, Python!