Skip to content

pyconjp/www.pycon.jp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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