Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 648 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 648 Bytes

reazon-research.github.io

クイックスタート

最初に、依存ライブラリをpipでインストールします。

$ pip install -r requirements.txt

Webサイトをmakeでビルドします。

$ make html

build配下にHTMLファイルが生成されれば成功です!

$ firefox build/html/index.html

記事はMarkdownまたはreStructuredTextで書くことができます。