- GitHub: https://github.com/pyconjp/www.pycon.jp
- URL: http://www.pycon.jp/ or https://www.pycon.jp/
- URL(RTD): http://wwwpyconjp.readthedocs.org/
$ git clone https://github.com/pyconjp/www.pycon.jp.git
$ cd www.pycon.jp
$ python3.6 -m venv env
$ . env/bin/activate
(env)$ pip install -r requirements.txt
(env)$ make html
(env)$ open _build/html/index.html