Skip to content

Instantly share code, notes, and snippets.

@calumroy
calumroy / create_python_package_locally.md
Last active February 24, 2020 10:03
Create python package locally

Create a python package locally so you can pip install it.

Create your python script mycoolscript.py

Create a new directory with this layout

some_root_dir/
|-- README
|-- setup.py
|-- mycoolscript