LoginSignup
1
1

More than 5 years have passed since last update.

Mac OS X でShpinx(Python製ドキュメンテーションビルダー)

Last updated at Posted at 2015-07-31

Macで仕様書をまとめたかったのでShpinxを入れてみました。

セットアップ

簡単にいきましょう
Pythonのeasy-installというライブラリを利用します。

$ wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
$ python ez_setup.py

easy_installでsphinxをインストールします。

$ easy_install sphinx

以上、簡単ですね。。。

こちらも合わせてどうぞ!
Sphinx ドキュメントをGulpでwatchして自動更新するよ〜 - Qiita

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1