mkdir your_ausome_python_project && cd your_ausome_python_project
git init
git commit -m "initial commit" --allow-empty
git submodule add https://github.com/rkoyama1623/python_project .python_project
git commit -m "Add .python_project"
cp .python_project/Makefile .
git commit -m "Copy Makefile from .python_project"
make # Show commands
make setup # Setup example environments
make start-jupyter
This git repository provide Makefile
to setup your own python packages.
- OS: Ubuntu
- Tools:
- Makefile
- git
sudo apt install makefile git
See the demo above.
MIT.