Packaging python code with pip
Create a directory structure for your python scriptsYour directory structure should take the form Parent Folder/ README.md LICENSE setup.py PACKAGE_FOLDER/ __init__.py .py scripts OPTIONAL_SUBFOLDERS/ __init__.py .py scriptsWe