Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 711 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 711 Bytes

python_project

Demo

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

Features

This git repository provide Makefile to setup your own python packages.

Requirement

  • OS: Ubuntu
  • Tools:
    • Makefile
    • git

Installation

sudo apt install makefile git

Usage

Basic usage

See the demo above.

License

MIT.