This is a dummy readme for the python repo template.
To create a new repository using this one as a template, in github
find and click on the Use this template
green button on the top right corner.
Fill up the details and then clone it locally.
note: Once cloned you'll need to Rename your package:
-
Rename the
my_package
python module directory and all reference to it -
Replace
my_package
for your package name in the following files:
- Makefile
- setup.py
- scripts/build_docker.sh
- my_package/init.py