Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 705 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 705 Bytes

Documentation Status

ビルド環境準備

Ubuntu環境でのフォントインストール

$ sudo apt update
$ sudo apt install fonts-noto-cjk
$ rm -rf ~/.cache/matplotlib

build

$ git clone https://github.com/pyconjp/www.pycon.jp.git
$ cd www.pycon.jp
$ python3.12 -m venv env
$ . env/bin/activate
(env)$ pip install -r requirements.txt
(env)$ make html
(env)$ open build/html/index.html