[Groonga-commit] groonga/groonga at c2d0cbb [master] Add description how to install Sphinx manually

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Mar 23 13:12:57 JST 2016


YUKI Hiroshi	2016-03-23 13:12:57 +0900 (Wed, 23 Mar 2016)

  New Revision: c2d0cbb93cec5a390e303f14798fbd6a1f58efc2
  https://github.com/groonga/groonga/commit/c2d0cbb93cec5a390e303f14798fbd6a1f58efc2

  Message:
    Add description how to install Sphinx manually

  Modified files:
    doc/source/contribution/documentation/introduction.rst

  Modified: doc/source/contribution/documentation/introduction.rst (+8 -0)
===================================================================
--- doc/source/contribution/documentation/introduction.rst    2016-03-23 12:03:26 +0900 (c17c9f1)
+++ doc/source/contribution/documentation/introduction.rst    2016-03-23 13:12:57 +0900 (57630f2)
@@ -33,6 +33,14 @@ OS X::
   % export PATH=`brew --prefix gettext`/bin:$PATH
   % pip install sphinx
 
+If the version of Python on your platform is too old, you'll need to
+install a newer version of Python 2.7 by your hand. For example,
+installation steps based on `pyenv <https://github.com/yyuu/pyenv>`_  are::
+
+  % pyenv install 2.7.11
+  % pyenv global 2.7.11
+  % pip install sphinx
+
 Run ``configure`` with ``--enable-document``
 --------------------------------------------
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index