Skip to content

rkoyama1623/python_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published