Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 270 Bytes

steps.md

File metadata and controls

15 lines (11 loc) · 270 Bytes

Build a Python Library to Share your code with others

Step 1: Organize Your Code Create a directory structure for your library:

mylibrary/ mylibrary/ init.py module1.py module2.py setup.py README.md

# example - coolmath