Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 656 Bytes

README.rst

File metadata and controls

23 lines (18 loc) · 656 Bytes

型チェックを強化するPython 3.11の新機能Data Class Transforms(PEP 681)

Requirements

  • Git
  • Python 3.9 or higher
  • Your favorite editor

How to Build

$ git clone {repository url}
$ cd {repository path}
$ python -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install -r requirements.txt
(.venv)$ vim source/index.rst  # Replace vim with your favorite editor
(.venv)$ make revealjs  # Build to build/revealjs/